diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-04 20:16:57 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-04 20:16:57 +0000 |
commit | 4f5025c94935842bbbe68131de009dc63dd8fb3f (patch) | |
tree | a681fb2a6d7ff4a9833c266e83522ce1974b2cd0 /webkit/pending/InspectorController.h | |
parent | 301415ea99531af12cf34568c908fdbdd128bcda (diff) | |
download | chromium_src-4f5025c94935842bbbe68131de009dc63dd8fb3f.zip chromium_src-4f5025c94935842bbbe68131de009dc63dd8fb3f.tar.gz chromium_src-4f5025c94935842bbbe68131de009dc63dd8fb3f.tar.bz2 |
Changes to pending to get WebCore to compile on linux. This
doesn't enable it yet since there are more changes to WebKit
that we need from the merge. Once the merge lands, pending
will probably be clobbered, so this is temporary to allow us
to keep moving forward.
Go ahead and switch from PLATFORM_CHROME to PLATFORM_CHROMIUM
and try to change all the places in the mac code.
This change includes bits from http://codereview.chromium.org/228
which is by Seo Sanghyeon.
Everything still compiles on Windows.
Review URL: http://codereview.chromium.org/1201
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/pending/InspectorController.h')
-rw-r--r-- | webkit/pending/InspectorController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/pending/InspectorController.h b/webkit/pending/InspectorController.h index 6b02ea8..2abcdac 100644 --- a/webkit/pending/InspectorController.h +++ b/webkit/pending/InspectorController.h @@ -49,7 +49,7 @@ // TODO(ojan): Comment in when we do the next full webkit merge. // Commented out from the head version of InspectorController.h // #include "Console.h" -#include "DomWindow.h" +#include "DOMWindow.h" #include <wtf/RefCounted.h> #if USE(JAVASCRIPTCORE_BINDINGS) #include <JavaScriptCore/JSContextRef.h> |