Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(627)

Unified Diff: third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp

Issue 1738613002: Rename enums/functions that collide in chromium style in core/dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get-names-3
Patch Set: get-names-4: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698