Build fix

This commit is contained in:
Gunnar Beutner 2015-08-17 11:20:41 +02:00
parent 020533842b
commit 7d6a920b3d
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ Object::Ptr Type::GetPrototype(void) const
void Type::SetPrototype(const Object::Ptr& object) void Type::SetPrototype(const Object::Ptr& object)
{ {
m_Prototype = object; m_Prototype = object;
NotifyField(0);
} }
void Type::SetField(int id, const Value& value, bool suppress_events, const Value& cookie) void Type::SetField(int id, const Value& value, bool suppress_events, const Value& cookie)