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

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

Issue 2857853007: Rename |m_scriptState| to |script_state_| in IDL bindings. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/V8ResizeObserverCallbackCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5cd40d36382ac2ee49835a5fd6bd86752a4f0b25..e41d00f279229886ac6f47469c1e7572e3647fb3 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptValue.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptValue.cpp
@@ -45,7 +45,7 @@ v8::Local<v8::Value> ScriptValue::V8Value() const {
// 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()))
+ // if (&script_state_->world() == &DOMWrapperWorld::current(isolate()))
// return v8::Local<v8::Value>();
// instead of triggering RELEASE_ASSERT.
CHECK_EQ(&script_state_->World(), &DOMWrapperWorld::Current(GetIsolate()));
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/V8ResizeObserverCallbackCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698