diff options
author | Kristian Monsen <kristianm@google.com> | 2011-11-16 18:02:14 +0000 |
---|---|---|
committer | Kristian Monsen <kristianm@google.com> | 2011-11-17 13:48:13 +0000 |
commit | 5f000f6f06377295cba1d3246dbd601610cdbd16 (patch) | |
tree | f23bf12308e6776c9037e3160c693d1f0e8a0cff /Source/WebCore/bindings/v8 | |
parent | b359438e11520b3e3b6801ad1280e1bdef2b986c (diff) | |
download | external_webkit-5f000f6f06377295cba1d3246dbd601610cdbd16.zip external_webkit-5f000f6f06377295cba1d3246dbd601610cdbd16.tar.gz external_webkit-5f000f6f06377295cba1d3246dbd601610cdbd16.tar.bz2 |
Remove changes with upstream WebKit
Fix for bug 5626884, removing some small changes with upstream
that was spotted as part of CL:
https://android-git.corp.google.com/g/#/c/148917
No functional difference.
Change-Id: I62c8a24e17c3ab86eebff997b87e5bced88e0807
Diffstat (limited to 'Source/WebCore/bindings/v8')
-rw-r--r-- | Source/WebCore/bindings/v8/V8Proxy.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WebCore/bindings/v8/V8Proxy.cpp b/Source/WebCore/bindings/v8/V8Proxy.cpp index 80c4789..d90cf1c 100644 --- a/Source/WebCore/bindings/v8/V8Proxy.cpp +++ b/Source/WebCore/bindings/v8/V8Proxy.cpp @@ -83,10 +83,6 @@ #include <wtf/UnusedParam.h> #include <wtf/text/StringConcatenate.h> -#if PLATFORM(ANDROID) -#include <wtf/text/CString.h> -#endif - namespace WebCore { // Static list of registered extensions |