Index: Source/core/frame/LocalDOMWindow.h |
diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h |
index 955475e2693e62201f363ff20bcd1ccd63782569..8e2a83dc0a169f4b2c2e8f1607b8ec1311046972 100644 |
--- a/Source/core/frame/LocalDOMWindow.h |
+++ b/Source/core/frame/LocalDOMWindow.h |
@@ -331,6 +331,8 @@ public: |
virtual void trace(Visitor*) OVERRIDE; |
+ virtual v8::Handle<v8::Object> wrap(v8::Handle<v8::Object> creationContext, v8::Isolate*) OVERRIDE; |
+ |
protected: |
DOMWindowLifecycleNotifier& lifecycleNotifier(); |