Chromium Code Reviews| Index: Source/bindings/v8/V8Binding.h |
| diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h |
| index 3d35fd139976720cd30928140a3f14fdf07a2e6e..588a0874b2bb6d215e5af9f1bd7ec628e1b23c3f 100644 |
| --- a/Source/bindings/v8/V8Binding.h |
| +++ b/Source/bindings/v8/V8Binding.h |
| @@ -636,6 +636,7 @@ namespace WebCore { |
| v8::Local<v8::Value> getHiddenValueFromMainWorldWrapper(v8::Isolate*, ScriptWrappable*, v8::Handle<v8::String> key); |
| v8::Isolate* getIsolateFromScriptExecutionContext(ScriptExecutionContext*); |
| + v8::Isolate* getIsolateFromFrame(Frame*); |
|
pfeldman
2013/09/12 07:54:15
All these get prefixes are against the code style.
|
| } // namespace WebCore |