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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSStyleValue.cpp

Issue 2595543003: Rename toV8(...) function in Blink to ToV8(...). (Closed)
Patch Set: Rebasing... Created 3 years, 11 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/core/css/cssom/CSSStyleValue.cpp
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.cpp b/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.cpp
index 5b81c2517667b6e5b5f04248063b624c04b493f6..cb4d0740ebcdf726a5e126b9ee6f52f983319c5e 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.cpp
+++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.cpp
@@ -48,7 +48,7 @@ ScriptValue CSSStyleValue::parse(ScriptState* scriptState,
}
v8::Local<v8::Value> wrappedValue =
- toV8(styleValueVector[0], scriptState->context()->Global(),
+ ToV8(styleValueVector[0], scriptState->context()->Global(),
scriptState->isolate());
return ScriptValue(scriptState, wrappedValue);
}

Powered by Google App Engine
This is Rietveld 408576698