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