| Index: third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| index 8f51fa4114f6a4ebe2efd46fb9b950b3e5add4e4..758f79866bae13e8c2ddbc36fcb7efb65a276cb3 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| @@ -82,7 +82,7 @@ public:
|
| DEFINE_INLINE_VIRTUAL_TRACE() { FrameOwner::trace(visitor); }
|
|
|
| bool isLocal() const override { return false; }
|
| - SandboxFlags sandboxFlags() const override { return SandboxNone; }
|
| + SandboxFlags getSandboxFlags() const override { return SandboxNone; }
|
| void dispatchLoad() override { }
|
| void renderFallbackContent() override { }
|
| ScrollbarMode scrollingMode() const override { return ScrollbarAuto; }
|
|
|