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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptValue.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/ScriptValue.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptValue.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptValue.cpp
index ff015c36f9e925ea5a44ce188e9334d93633ffdc..b32ea7c083aee9832acf72a5f206eec6393b402c 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptValue.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptValue.cpp
@@ -42,8 +42,8 @@ v8::Local<v8::Value> ScriptValue::v8Value() const {
ASSERT(isolate()->InContext());
- // This is a check to validate that you don't return a ScriptValue to a world different
- // from the world that created the ScriptValue.
+ // This is a check to validate that you don't return a ScriptValue to a world
+ // different from the world that created the ScriptValue.
// Probably this could be:
// if (&m_scriptState->world() == &DOMWrapperWorld::current(isolate()))
// return v8::Local<v8::Value>();

Powered by Google App Engine
This is Rietveld 408576698