Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8EventListener.cpp

Issue 2386173002: reflow comments in Source/bindings/core/v8 (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>();

Powered by Google App Engine
This is Rietveld 408576698