| Index: third_party/WebKit/Source/bindings/core/v8/V8StringResource.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8StringResource.cpp b/third_party/WebKit/Source/bindings/core/v8/V8StringResource.cpp
|
| index 7a4e55d54e1eb769aeab8405a551ce9171e3325b..9d1b64536a3df843af5e35ac13b3fd6c7b68fd14 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8StringResource.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8StringResource.cpp
|
| @@ -148,9 +148,9 @@ StringType v8StringToWebCoreString(v8::Local<v8::String> v8String,
|
| // Explicitly instantiate the above template with the expected
|
| // parameterizations, to ensure the compiler generates the code; otherwise link
|
| // errors can result in GCC 4.4.
|
| -template String v8StringToWebCoreString<String>(v8::Local<v8::String>,
|
| +template String V8StringToWebCoreString<String>(v8::Local<v8::String>,
|
| ExternalMode);
|
| -template AtomicString v8StringToWebCoreString<AtomicString>(
|
| +template AtomicString V8StringToWebCoreString<AtomicString>(
|
| v8::Local<v8::String>,
|
| ExternalMode);
|
|
|
|
|