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

Unified Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2394473002: iframes with allowpaymentrequest attribute are allowed to make payment requests. (Closed)
Patch Set: Rebased Created 4 years, 2 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/core_idl_files.gni
diff --git a/third_party/WebKit/Source/core/core_idl_files.gni b/third_party/WebKit/Source/core/core_idl_files.gni
index ebce9c49f7462398443b681e70bc624e9301d26f..43532352ddce071d862b4e35b581c8b8348676df 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -221,7 +221,6 @@ core_idl_files = get_path_info([
"html/HTMLHeadElement.idl",
"html/HTMLHeadingElement.idl",
"html/HTMLHtmlElement.idl",
- "html/HTMLIFrameElement.idl",
"html/HTMLImageElement.idl",
"html/HTMLKeygenElement.idl",
"html/HTMLLIElement.idl",
@@ -435,6 +434,7 @@ core_idl_with_modules_dependency_files =
"frame/Screen.idl",
"frame/Window.idl",
"html/HTMLCanvasElement.idl",
+ "html/HTMLIFrameElement.idl",
"html/HTMLInputElement.idl",
"html/HTMLMediaElement.idl",
"html/HTMLVideoElement.idl",

Powered by Google App Engine
This is Rietveld 408576698