diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 62d233942..3cc52bcfc 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -16,5 +16,5 @@ # http://dev.chromium.org/developers/how-tos/get-the-code { - 'release_url': 'http://src.chromium.org/svn/releases/33.0.1750.91', + 'release_url': 'http://src.chromium.org/svn/releases/33.0.1750.117', } diff --git a/patch/patches/webkit_popups.patch b/patch/patches/webkit_popups.patch index 4dc6e0969..71f3f64eb 100644 --- a/patch/patches/webkit_popups.patch +++ b/patch/patches/webkit_popups.patch @@ -1,6 +1,6 @@ Index: public/web/WebView.h =================================================================== ---- public/web/WebView.h (revision 165890) +--- public/web/WebView.h (revision 167220) +++ public/web/WebView.h (working copy) @@ -446,6 +446,7 @@ @@ -12,9 +12,9 @@ Index: public/web/WebView.h // Visited link state -------------------------------------------------- Index: Source/web/ChromeClientImpl.cpp =================================================================== ---- Source/web/ChromeClientImpl.cpp (revision 165890) +--- Source/web/ChromeClientImpl.cpp (revision 167220) +++ Source/web/ChromeClientImpl.cpp (working copy) -@@ -867,7 +867,7 @@ +@@ -872,7 +872,7 @@ PassRefPtr ChromeClientImpl::createPopupMenu(Frame& frame, PopupMenuClient* client) const { @@ -25,7 +25,7 @@ Index: Source/web/ChromeClientImpl.cpp return adoptRef(new PopupMenuChromium(frame, client)); Index: Source/web/WebViewImpl.cpp =================================================================== ---- Source/web/WebViewImpl.cpp (revision 165890) +--- Source/web/WebViewImpl.cpp (revision 167220) +++ Source/web/WebViewImpl.cpp (working copy) @@ -394,6 +394,7 @@ , m_fakePageScaleAnimationPageScaleFactor(0) @@ -53,7 +53,7 @@ Index: Source/web/WebViewImpl.cpp void WebViewImpl::startDragging(Frame* frame, Index: Source/web/WebViewImpl.h =================================================================== ---- Source/web/WebViewImpl.h (revision 165890) +--- Source/web/WebViewImpl.h (revision 167220) +++ Source/web/WebViewImpl.h (working copy) @@ -417,7 +417,8 @@