From c85fd527a167276e470a9cc414fae0343072a594 Mon Sep 17 00:00:00 2001 From: "pfeldman@chromium.org" Date: Wed, 1 Apr 2009 10:04:26 +0000 Subject: DevTools: Support r/o properties inspection. Review URL: http://codereview.chromium.org/56067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12949 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/devtools/dom_agent_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/glue/devtools/dom_agent_impl.h') diff --git a/webkit/glue/devtools/dom_agent_impl.h b/webkit/glue/devtools/dom_agent_impl.h index 0a8eb31..89a9df9 100644 --- a/webkit/glue/devtools/dom_agent_impl.h +++ b/webkit/glue/devtools/dom_agent_impl.h @@ -77,7 +77,7 @@ class DomAgentImpl : public DomAgent { static PassRefPtr Create( DomAgentImpl* dom_agent_impl); virtual ~EventListenerWrapper() {} - virtual void handleEvent(WebCore::Event* event, bool isWindowEvent); + virtual void handleEvent(WebCore::Event* event, bool is_window_event); private: explicit EventListenerWrapper(DomAgentImpl* dom_agent_impl); DomAgentImpl* dom_agent_impl_; -- cgit v1.1