diff options
author | Steve Block <steveblock@google.com> | 2010-01-27 14:52:17 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2010-01-27 14:52:17 +0000 |
commit | ab044252fb75e12a22d01119972999c6c28cf147 (patch) | |
tree | 5c2f1e5bd64893ee0622c43c9bcf9855654c521e | |
parent | 5a616bf5655ac37a20698d628919ab967ea4b18e (diff) | |
download | external_webkit-ab044252fb75e12a22d01119972999c6c28cf147.zip external_webkit-ab044252fb75e12a22d01119972999c6c28cf147.tar.gz external_webkit-ab044252fb75e12a22d01119972999c6c28cf147.tar.bz2 |
Update Android to reflect final version submitted to webkit.org for ScriptController
See https://android-git.corp.google.com/g/#change,37366 and
http://trac.webkit.org/changeset/53673
Change-Id: I0ab68eac66a29b14ad3c169611843ae83bab8a45
-rw-r--r-- | WebCore/bindings/v8/ScriptController.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/bindings/v8/ScriptController.cpp b/WebCore/bindings/v8/ScriptController.cpp index 6ba70d6..aa38ba0 100644 --- a/WebCore/bindings/v8/ScriptController.cpp +++ b/WebCore/bindings/v8/ScriptController.cpp @@ -32,7 +32,6 @@ #include "config.h" #include "ScriptController.h" - #include "PlatformBridge.h" #include "CString.h" #include "Document.h" |