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

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

Issue 1417023006: bindings: Refactors BindingSecurity::shouldAllowAccessToXXX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Synced. Created 5 years, 1 month 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/LocalDOMWindow.h
diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
index 9f1d839d09732a212bfa747907e1f2a1836ecbbd..ddbfac0a8b9b0e0de1c67ba533edfa5c158b36c0 100644
--- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
+++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
@@ -83,6 +83,7 @@ public:
// EventTarget overrides:
ExecutionContext* executionContext() const override;
+ const LocalDOMWindow* toDOMWindow() const override;
LocalDOMWindow* toDOMWindow() override;
// DOMWindow overrides:
@@ -166,7 +167,7 @@ public:
FrameConsole* frameConsole() const;
- void printErrorMessage(const String&);
+ void printErrorMessage(const String&) const;
void postMessageTimerFired(PostMessageTimer*);
void removePostMessageTimer(PostMessageTimer*);

Powered by Google App Engine
This is Rietveld 408576698