Index: third_party/WebKit/Source/bindings/core/v8/ExceptionState.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h b/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h |
index 7aba7dcf163474555fea3277aa12c4f84c17104b..b34865a1fcd9e67155264e884cf8d0f7c553f0ff 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ExceptionState.h |
@@ -116,7 +116,7 @@ public: |
} |
#if ENABLE(ASSERT) |
- OnStackObjectChecker& onStackObjectChecker() { return m_onStackObjectChecker; } |
+ OnStackObjectChecker& getOnStackObjectChecker() { return m_onStackObjectChecker; } |
#endif |
protected: |