diff options
author | ukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 04:26:24 +0000 |
---|---|---|
committer | ukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 04:26:24 +0000 |
commit | 1fc13aae9f6326f44f7db26954aa60df84eb8677 (patch) | |
tree | 2944c9ec4f1489b50d8e5ee84c90e1fb2e06b7ef /webkit/glue/inspector_client_impl.h | |
parent | 1988cb16ee6798bbdafaf62bbbd017eb1f49ed65 (diff) | |
download | chromium_src-1fc13aae9f6326f44f7db26954aa60df84eb8677.zip chromium_src-1fc13aae9f6326f44f7db26954aa60df84eb8677.tar.gz chromium_src-1fc13aae9f6326f44f7db26954aa60df84eb8677.tar.bz2 |
WebKit Update 46536:46570
webkit 46548 adds new layout tests
LayoutTests/http/tests/loadig/redirect-methods.html
webkit 46558 adds new pure virtual method InspectorClient::inspectorWindowObjectCleared()
Added it as NOTIMPLEMENTED() in WebInspectorClient.
webkit 46561 adds new layout tests
LayoutTests/fast/lists/ol-start-parting.html
webkit 46567 fixed /editing/style/remove-underline-{from-stylesheet,in-bold}.
TBR=tony
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/159624
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22039 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/inspector_client_impl.h')
-rw-r--r-- | webkit/glue/inspector_client_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/inspector_client_impl.h b/webkit/glue/inspector_client_impl.h index d4e2cd1..1d0940a 100644 --- a/webkit/glue/inspector_client_impl.h +++ b/webkit/glue/inspector_client_impl.h @@ -46,6 +46,8 @@ public: const WebCore::InspectorController::Setting&); virtual void removeSetting(const WebCore::String& key); + virtual void inspectorWindowObjectCleared(); + private: ~WebInspectorClient(); |