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

Unified Diff: bindings/v8/V8Index.h

Issue 155289: Chaos Demo Base URL: http://svn.webkit.org/repository/webkit/trunk/WebCore/
Patch Set: '' Created 11 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 | « no previous file | bindings/v8/V8Index.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/v8/V8Index.h
===================================================================
--- bindings/v8/V8Index.h (revision 45460)
+++ bindings/v8/V8Index.h (working copy)
@@ -278,6 +278,11 @@
V(CANVASGRADIENT, CanvasGradient) \
V(CANVASPATTERN, CanvasPattern) \
V(CANVASRENDERINGCONTEXT2D, CanvasRenderingContext2D) \
+ V(CHAOS, Chaos) \
+ V(CHAOSCOORDINATES, ChaosCoordinates) \
+ V(CHAOSGEOLOCATION, ChaosGeolocation) \
+ V(CHAOSGEOPOSITION, ChaosGeoposition) \
+ V(CHAOSPOSITIONCALLBACK, ChaosPositionCallback) \
V(CLIENTRECT, ClientRect) \
V(CLIENTRECTLIST, ClientRectList) \
V(CLIPBOARD, Clipboard) \
@@ -331,6 +336,8 @@
V(NODEITERATOR, NodeIterator) \
V(NODELIST, NodeList) \
V(OVERFLOWEVENT, OverflowEvent) \
+ V(POSITIONERROR, PositionError) \
+ V(POSITIONERRORCALLBACK, PositionErrorCallback) \
V(PLUGIN, Plugin) \
V(PLUGINARRAY, PluginArray) \
V(PROGRESSEVENT, ProgressEvent) \
« no previous file with comments | « no previous file | bindings/v8/V8Index.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698