| Index: Source/core/frame/LocalFrame.h
|
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
|
| index 052453ae8152b9b241717765a5d11d437df62fc9..88357277f816cf682bfa94e6d58f5e0a054e5752 100644
|
| --- a/Source/core/frame/LocalFrame.h
|
| +++ b/Source/core/frame/LocalFrame.h
|
| @@ -149,7 +149,7 @@ namespace blink {
|
| PassRefPtrWillBeRawPtr<Range> rangeForPoint(const IntPoint& framePoint);
|
|
|
| bool isURLAllowed(const KURL&) const;
|
| -
|
| + bool shouldReuseDefaultView(const KURL&) const;
|
| void removeSpellingMarkersUnderWords(const Vector<String>& words);
|
|
|
| // ========
|
|
|