diff options
Diffstat (limited to 'webkit/port/bindings/v8/v8_proxy.h')
-rw-r--r-- | webkit/port/bindings/v8/v8_proxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/port/bindings/v8/v8_proxy.h b/webkit/port/bindings/v8/v8_proxy.h index 278de12..56ef4c9 100644 --- a/webkit/port/bindings/v8/v8_proxy.h +++ b/webkit/port/bindings/v8/v8_proxy.h @@ -440,10 +440,11 @@ class V8Proxy { return v8::Local<v8::Context>::New(m_context); } - private: // Register extensions before initializing the context. Once the context // is initialized, extensions cannot be registered. static void RegisterExtension(v8::Extension* extension); + + private: void InitContextIfNeeded(); void DisconnectEventListeners(); void SetSecurityToken(); |