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

Unified Diff: Source/core/html/HTMLEmbedElement.h

Issue 75273004: Add 'exposed' objects and embeds to a document's named properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove extraneous empty line in expected output Created 7 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: Source/core/html/HTMLEmbedElement.h
diff --git a/Source/core/html/HTMLEmbedElement.h b/Source/core/html/HTMLEmbedElement.h
index 06a1ef44c883ddde443ac7b94644b6633aa0d8ba..83009fbda0789e7bbcbe6adc2c3d4d7e08210560 100644
--- a/Source/core/html/HTMLEmbedElement.h
+++ b/Source/core/html/HTMLEmbedElement.h
@@ -31,6 +31,8 @@ class HTMLEmbedElement FINAL : public HTMLPlugInElement {
public:
static PassRefPtr<HTMLEmbedElement> create(Document&, bool createdByParser = false);
+ bool isExposed() const;
+
private:
HTMLEmbedElement(Document&, bool createdByParser);
@@ -55,6 +57,8 @@ private:
virtual bool isInteractiveContent() const OVERRIDE;
};
+DEFINE_NODE_TYPE_CASTS(HTMLEmbedElement, hasTagName(HTMLNames::embedTag));
+
}
#endif
« no previous file with comments | « LayoutTests/plugins/object-embed-plugin-scripting-expected.txt ('k') | Source/core/html/HTMLEmbedElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698