| 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 78575d22e67115615d5c327beb17354323ce1acf..fa715a5282c3e3ca674191178e889519dba4eccf 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
|
| @@ -118,7 +118,7 @@ public:
|
| return m_atomicString;
|
| }
|
|
|
| - const CompressibleString& compressibleString() { return m_compressibleString; }
|
| + const CompressibleString& getCompressibleString() { return m_compressibleString; }
|
|
|
| protected:
|
| // A shallow copy of the string. Keeps the string buffer alive until the V8 engine garbage collects it.
|
|
|