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

Unified Diff: third_party/WebKit/public/web/WebFrame.h

Issue 1685003002: Plumb the correct owner document through DocumentInit::m_owner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/public/web/WebFrame.h
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
index 9c32018c32fb814ad6a26da0d65c59da38c82810..4a1e5c7ccb8865c49d366f055b44e9b1ddd2b655 100644
--- a/third_party/WebKit/public/web/WebFrame.h
+++ b/third_party/WebKit/public/web/WebFrame.h
@@ -203,7 +203,7 @@ public:
BLINK_EXPORT WebFrame* opener() const;
// Sets the frame that opened this one or 0 if there is none.
- virtual void setOpener(WebFrame*);
+ BLINK_EXPORT void setOpener(WebFrame*);
// Reset the frame that opened this frame to 0.
// This is executed between layout tests runs

Powered by Google App Engine
This is Rietveld 408576698