| Index: third_party/WebKit/Source/bindings/core/v8/V8EventListener.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8EventListener.cpp b/third_party/WebKit/Source/bindings/core/v8/V8EventListener.cpp
|
| index a9c4a12ff6112510da2aa9caea901b2db36ce65e..fa788f05a87ee8719f83a883275ee539675bb84e 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8EventListener.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8EventListener.cpp
|
| @@ -94,7 +94,8 @@ v8::Local<v8::Value> V8EventListener::callListenerFunction(
|
| if (!frame)
|
| return v8::Local<v8::Value>();
|
|
|
| - // TODO(jochen): Consider moving this check into canExecuteScripts. http://crbug.com/608641
|
| + // TODO(jochen): Consider moving this check into canExecuteScripts.
|
| + // http://crbug.com/608641
|
| if (scriptState->world().isMainWorld() &&
|
| !frame->script().canExecuteScripts(AboutToExecuteScript))
|
| return v8::Local<v8::Value>();
|
|
|