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

Unified Diff: bindings/v8/V8Index.cpp

Issue 155477: Dom Storage (webkit side) (Closed) 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
Index: bindings/v8/V8Index.cpp
===================================================================
--- bindings/v8/V8Index.cpp (revision 45738)
+++ bindings/v8/V8Index.cpp (working copy)
@@ -59,8 +59,8 @@
#include "V8CSSValueList.h"
#include "V8CSSStyleSheet.h"
#include "V8CSSVariablesDeclaration.h"
-#include "V8CSSVariablesRule.h"
-#include "V8DataGridColumn.h"
+#include "V8CSSVariablesRule.h"
+#include "V8DataGridColumn.h"
#include "V8DataGridColumnList.h"
#include "V8Database.h"
#include "V8Document.h"
@@ -205,9 +205,9 @@
#include "V8XSLTProcessor.h"
#include "V8RGBColor.h"
-#if ENABLE(DOM_STORAGE)
-#include "V8Storage.h"
-#include "V8StorageEvent.h"
+#if ENABLE(DOM_STORAGE)
+#include "V8Storage.h"
+#include "V8StorageEvent.h"
#endif
#if ENABLE(SVG_ANIMATION)

Powered by Google App Engine
This is Rietveld 408576698