| 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>();
|
|
|