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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8StringResource.h

Issue 2329463004: ABANDONED CL: Changes needed to make things compile after running rewrite_to_chrome_style tool. (Closed)
Patch Set: More fixes - things build fine at this point. 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
Index: third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h b/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
index c9677e65edbe8cc25bf8a32701a973544bcbd83a..ad65db2dfd63edf27e0d614047d1954c556434cb 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
@@ -155,7 +155,7 @@ class WebCoreStringResource8 final
enum ExternalMode { Externalize, DoNotExternalize };
template <typename StringType>
-CORE_EXPORT StringType v8StringToWebCoreString(v8::Local<v8::String>,
+CORE_EXPORT StringType V8StringToWebCoreString(v8::Local<v8::String>,
ExternalMode);
CORE_EXPORT String int32ToWebCoreString(int value);

Powered by Google App Engine
This is Rietveld 408576698