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

Unified Diff: third_party/WebCore/html/HTMLDialogElement.idl

Issue 10800016: Roll IDL to multivm@707 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 | « third_party/WebCore/dom/WebKitNamedFlow.idl ('k') | third_party/WebCore/page/DOMWindow.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/HTMLDialogElement.idl
diff --git a/third_party/WebCore/html/canvas/WebGLDepthTexture.idl b/third_party/WebCore/html/HTMLDialogElement.idl
similarity index 86%
copy from third_party/WebCore/html/canvas/WebGLDepthTexture.idl
copy to third_party/WebCore/html/HTMLDialogElement.idl
index 56ef537c0566a47089c21de293bb8c216a08ff8c..e5d6479ba29978ace4dff37f1bb752ee26b512c1 100644
--- a/third_party/WebCore/html/canvas/WebGLDepthTexture.idl
+++ b/third_party/WebCore/html/HTMLDialogElement.idl
@@ -24,12 +24,13 @@
*/
module html {
+
interface [
- Conditional=WEBGL,
- JSGenerateIsReachable=ImplContext,
- OmitConstructor,
- DoNotCheckConstants
- ] WebGLDepthTexture {
- const unsigned int UNSIGNED_INT_24_8_WEBGL = 0x84FA;
+ Conditional=DIALOG_ELEMENT
+ ] HTMLDialogElement : HTMLElement {
+ attribute [Reflect] boolean open;
+ void close();
+ void show();
};
+
}
« no previous file with comments | « third_party/WebCore/dom/WebKitNamedFlow.idl ('k') | third_party/WebCore/page/DOMWindow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698