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

Unified Diff: sky/engine/core/html/HTMLIFrameElement.idl

Issue 885783002: Fixes crash in HTMLIFrameElement and exposes HTMLIFrameElement::src (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: merge 2 trunk Created 5 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
« no previous file with comments | « sky/engine/core/html/HTMLIFrameElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLIFrameElement.idl
diff --git a/sky/engine/core/html/HTMLIFrameElement.idl b/sky/engine/core/html/HTMLIFrameElement.idl
index 405860065b41910b81464ca903d2b7b5564474bb..1a4e2309dc3ffabd992f882822b729baa7c48cee 100644
--- a/sky/engine/core/html/HTMLIFrameElement.idl
+++ b/sky/engine/core/html/HTMLIFrameElement.idl
@@ -3,6 +3,8 @@
// found in the LICENSE file.
interface HTMLIFrameElement : HTMLElement {
+ [Reflect, URL] attribute DOMString src;
+
[CallWith=ScriptState] any takeServicesHandle();
[CallWith=ScriptState] any takeExposedServicesHandle();
};
« no previous file with comments | « sky/engine/core/html/HTMLIFrameElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698