summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorAndrei Popescu <andreip@google.com>2010-03-03 18:46:13 +0000
committerAndrei Popescu <andreip@google.com>2010-03-03 18:46:13 +0000
commit4526b6115fa4e132102aec80e9da22c0f85288f6 (patch)
tree5b923437e201e36e084f36e8d3ef9ba9b847a978 /WebCore
parentc9febf8638abc57bc215380ffbe3a44468f1b9d6 (diff)
downloadexternal_webkit-4526b6115fa4e132102aec80e9da22c0f85288f6.zip
external_webkit-4526b6115fa4e132102aec80e9da22c0f85288f6.tar.gz
external_webkit-4526b6115fa4e132102aec80e9da22c0f85288f6.tar.bz2
fix build
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/bindings/v8/V8DOMWindowShell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/v8/V8DOMWindowShell.cpp b/WebCore/bindings/v8/V8DOMWindowShell.cpp
index 77e239a..0a21f44 100644
--- a/WebCore/bindings/v8/V8DOMWindowShell.cpp
+++ b/WebCore/bindings/v8/V8DOMWindowShell.cpp
@@ -69,7 +69,7 @@
#include <wtf/StringExtras.h>
#include <wtf/UnusedParam.h>
-#ifde ANDROID_INSTRUMENT
+#ifdef ANDROID_INSTRUMENT
#include "TimeCounter.h"
#endif