Chromium Code Reviews| Index: WebCore/bindings/v8/ScriptController.h |
| =================================================================== |
| --- WebCore/bindings/v8/ScriptController.h (revision 48155) |
| +++ WebCore/bindings/v8/ScriptController.h (working copy) |
| @@ -118,6 +118,8 @@ |
| // Check if the javascript engine has been initialized. |
| bool haveInterpreter() const; |
| + static bool canAccessFromCurrentOrigin(Frame*); |
| + |
| bool canExecuteScripts(ReasonForCallingCanExecuteScripts); |
| // FIXME: void* is a compile hack. |