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

Unified Diff: third_party/WebCore/dom/Event.idl

Issue 10381128: Roll IDL to multivm@516 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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/DOMCoreException.idl ('k') | third_party/WebCore/dom/EventException.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/Event.idl
diff --git a/third_party/WebCore/dom/Event.idl b/third_party/WebCore/dom/Event.idl
index 2abd5a95013520b6b95c9b14473e293031dcf9b9..ab039d07f43da67a928529e766b98a0d2a93597a 100644
--- a/third_party/WebCore/dom/Event.idl
+++ b/third_party/WebCore/dom/Event.idl
@@ -29,6 +29,7 @@ module events {
] Event {
// DOM PhaseType
+ const unsigned short NONE = 0;
const unsigned short CAPTURING_PHASE = 1;
const unsigned short AT_TARGET = 2;
const unsigned short BUBBLING_PHASE = 3;
« no previous file with comments | « third_party/WebCore/dom/DOMCoreException.idl ('k') | third_party/WebCore/dom/EventException.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698