| 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 6be25472d1b3ebc1abd8c4be234320d088134988..206df29297987dc45a0c751d87e82fd609c15fcb 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);
|
|
|
|
|