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

Unified Diff: third_party/WebKit/Source/core/html/HTMLCollection.cpp

Issue 1602663003: Framelet Prototype 2016 using Mojo IPC Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Disabled oilpan Created 4 years, 11 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/HTMLCollection.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLCollection.cpp b/third_party/WebKit/Source/core/html/HTMLCollection.cpp
index 194ae8edd4119b95a938aabbbbe35ac2f52ceda0..c3d531fa8de7e061545b3740c5e9001d9e490caa 100644
--- a/third_party/WebKit/Source/core/html/HTMLCollection.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLCollection.cpp
@@ -314,6 +314,7 @@ static inline bool nameShouldBeVisibleInDocumentAll(const HTMLElement& element)
|| element.hasTagName(embedTag)
|| element.hasTagName(formTag)
|| element.hasTagName(frameTag)
+ || element.hasTagName(frameletTag)
|| element.hasTagName(framesetTag)
|| element.hasTagName(iframeTag)
|| element.hasTagName(imgTag)
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameletView.cpp ('k') | third_party/WebKit/Source/core/html/HTMLFrameletElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698