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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.h

Issue 2528813002: Fix Self-Referencing OOPIF Infinite Loop (Closed)
Patch Set: add fix to find and renderframe tests Created 4 years 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/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index 51d953ec92a97e6597a916694f3e2b5b3ceb0aa9..702e6295d2f317afccb2d29d89eabcd6bee153e0 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -204,7 +204,6 @@ class CORE_EXPORT LocalFrame final : public Frame,
EphemeralRangeTemplate<EditingAlgorithm<NodeTraversal>> rangeForPoint(
const IntPoint& framePoint);
- bool isURLAllowed(const KURL&) const;
bool shouldReuseDefaultView(const KURL&) const;
void removeSpellingMarkersUnderWords(const Vector<String>& words);

Powered by Google App Engine
This is Rietveld 408576698