Index: third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h |
index 33ed8dc81f6e35097774662712d7ab7cb7946e47..2cda3f4ed178432aabcb1f1a4c6f82699d53d08a 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h |
@@ -76,7 +76,7 @@ public: |
v8::Isolate* isolate() { return m_isolateHolder->isolate(); } |
- StringCache* stringCache() { return m_stringCache.get(); } |
+ StringCache* getStringCache() { return m_stringCache.get(); } |
v8::Persistent<v8::Value>& ensureLiveRoot(); |