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

Unified Diff: bindings/v8/V8Index.cpp

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 | « bindings/v8/V8Index.h ('k') | bindings/v8/custom/V8CustomBinding.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/v8/V8Index.cpp
===================================================================
--- bindings/v8/V8Index.cpp (revision 45460)
+++ bindings/v8/V8Index.cpp (working copy)
@@ -39,6 +39,11 @@
#include "V8CanvasPixelArray.h"
#include "V8CDATASection.h"
#include "V8CharacterData.h"
+#include "V8Chaos.h"
+#include "V8ChaosCoordinates.h"
+#include "V8ChaosGeolocation.h"
+#include "V8ChaosGeoposition.h"
+#include "V8ChaosPositionCallback.h"
#include "V8ClientRect.h"
#include "V8ClientRectList.h"
#include "V8Clipboard.h"
@@ -149,6 +154,8 @@
#include "V8NodeList.h"
#include "V8NodeFilter.h"
#include "V8Notation.h"
+#include "V8PositionError.h"
+#include "V8PositionErrorCallback.h"
#include "V8ProcessingInstruction.h"
#include "V8ProgressEvent.h"
#include "V8StyleSheet.h"
« no previous file with comments | « bindings/v8/V8Index.h ('k') | bindings/v8/custom/V8CustomBinding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698