diff --git a/DEPS b/DEPS index 44bab341bc3ba1..cebbc72746d640 100644 --- a/DEPS +++ b/DEPS @@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "52454", + "webkit_revision": "52459", "ffmpeg_revision": "34297", "skia_revision": "457", "chromium_git": "http://src.chromium.org/git", diff --git a/webkit/glue/webdevtoolsfrontend_impl.cc b/webkit/glue/webdevtoolsfrontend_impl.cc index c6012bc8631f09..987cafb179b67e 100644 --- a/webkit/glue/webdevtoolsfrontend_impl.cc +++ b/webkit/glue/webdevtoolsfrontend_impl.cc @@ -23,6 +23,7 @@ #include "V8Binding.h" #include "V8CustomBinding.h" #include "V8DOMWrapper.h" +#include "V8InspectorFrontendHost.h" #include "V8Proxy.h" #include "V8Utilities.h" #include @@ -173,7 +174,7 @@ WebDevToolsFrontendImpl::WebDevToolsFrontendImpl( WebDevToolsFrontendImpl::JsLoaded); dev_tools_host.AddProtoFunction( "search", - WebCore::V8Custom::v8InspectorFrontendHostSearchCallback); + WebCore::V8InspectorFrontendHost::searchCallback); dev_tools_host.AddProtoFunction( "platform", WebDevToolsFrontendImpl::JsPlatform);