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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFrameElementBase.h

Issue 2011763006: Add an iframe permissions= attribute for implementing permission delegation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission-delegation-1-flag
Patch Set: Blink-side Created 4 years, 6 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/html/HTMLFrameElementBase.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
index 3ebd65a4b440a15c3e79355177dcc1d217042331..f66817cd6cada66134d2332c9ff1c3dbad79e6eb 100644
--- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
+++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
@@ -24,11 +24,12 @@
#ifndef HTMLFrameElementBase_h
#define HTMLFrameElementBase_h
+#include "core/CoreExport.h"
#include "core/html/HTMLFrameOwnerElement.h"
namespace blink {
-class HTMLFrameElementBase : public HTMLFrameOwnerElement {
+class CORE_EXPORT HTMLFrameElementBase : public HTMLFrameOwnerElement {
public:
bool canContainRangeEndPoint() const final { return false; }
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLAttributeNames.in ('k') | third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698