| Index: content/shell/renderer/test_runner/web_test_proxy.cc
|
| diff --git a/content/shell/renderer/test_runner/web_test_proxy.cc b/content/shell/renderer/test_runner/web_test_proxy.cc
|
| index b299810c7fb4872e31b2313ad953fb16a7286d5a..1ada3b1bcd72e91eab39beaa74d0e0ed81148748 100644
|
| --- a/content/shell/renderer/test_runner/web_test_proxy.cc
|
| +++ b/content/shell/renderer/test_runner/web_test_proxy.cc
|
| @@ -63,7 +63,7 @@ class HostMethodTask : public WebMethodTask<WebTestProxyBase> {
|
| HostMethodTask(WebTestProxyBase* object, CallbackMethodType callback)
|
| : WebMethodTask<WebTestProxyBase>(object), callback_(callback) {}
|
|
|
| - virtual void runIfValid() OVERRIDE { (m_object->*callback_)(); }
|
| + virtual void RunIfValid() OVERRIDE { (object_->*callback_)(); }
|
|
|
| private:
|
| CallbackMethodType callback_;
|
|
|