| Index: sky/engine/web/WebViewImpl.cpp
|
| diff --git a/sky/engine/web/WebViewImpl.cpp b/sky/engine/web/WebViewImpl.cpp
|
| index 36c4ac89e1477c53aef1fdc1196d64d15d5218e9..9a905664827a51354bbe0e5df6e9380e31419368 100644
|
| --- a/sky/engine/web/WebViewImpl.cpp
|
| +++ b/sky/engine/web/WebViewImpl.cpp
|
| @@ -76,7 +76,6 @@
|
| #include "sky/engine/platform/graphics/Image.h"
|
| #include "sky/engine/platform/graphics/ImageBuffer.h"
|
| #include "sky/engine/platform/scroll/Scrollbar.h"
|
| -#include "sky/engine/platform/weborigin/SchemeRegistry.h"
|
| #include "sky/engine/public/platform/Platform.h"
|
| #include "sky/engine/public/platform/WebFloatPoint.h"
|
| #include "sky/engine/public/platform/WebGestureCurve.h"
|
| @@ -1355,11 +1354,6 @@ bool WebViewImpl::isActive() const
|
| return page() ? page()->focusController().isActive() : false;
|
| }
|
|
|
| -void WebViewImpl::setDomainRelaxationForbidden(bool forbidden, const WebString& scheme)
|
| -{
|
| - SchemeRegistry::setDomainRelaxationForbiddenForURLScheme(forbidden, String(scheme));
|
| -}
|
| -
|
| void WebViewImpl::didCommitLoad(bool isNewNavigation, bool isNavigationWithinPage)
|
| {
|
| endActiveFlingAnimation();
|
|
|