| Index: sky/engine/bindings/core/v8/V8PerContextData.cpp
|
| diff --git a/sky/engine/bindings/core/v8/V8PerContextData.cpp b/sky/engine/bindings/core/v8/V8PerContextData.cpp
|
| index 34f3dc52eb688dcd6977b75ca38ff2d872c94885..fc65dfd74daaca4dbeaace1f3acfb12f44f316db 100644
|
| --- a/sky/engine/bindings/core/v8/V8PerContextData.cpp
|
| +++ b/sky/engine/bindings/core/v8/V8PerContextData.cpp
|
| @@ -57,8 +57,6 @@ V8PerContextData::V8PerContextData(v8::Handle<v8::Context> context)
|
| v8::Handle<v8::Value> prototypeValue = object->Get(v8AtomicString(m_isolate, "prototype"));
|
| ASSERT(!prototypeValue.IsEmpty());
|
| m_errorPrototype.set(m_isolate, prototypeValue);
|
| -
|
| - m_functionConstructor.set(m_isolate, v8::Handle<v8::Function>::Cast(context->Global()->Get(v8AtomicString(m_isolate, "Function"))));
|
| }
|
|
|
| V8PerContextData::~V8PerContextData()
|
|
|