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

Unified Diff: Source/bindings/v8/custom/V8DOMWindowCustom.cpp

Issue 13851012: Absolutify paths in core/storage. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ... Created 7 years, 8 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: Source/bindings/v8/custom/V8DOMWindowCustom.cpp
diff --git a/Source/bindings/v8/custom/V8DOMWindowCustom.cpp b/Source/bindings/v8/custom/V8DOMWindowCustom.cpp
index c5ca52780448584cc677f287f33ba8b820d0aa15..3a601b459d4f0509d15ba20dbe32027d163d5e76 100644
--- a/Source/bindings/v8/custom/V8DOMWindowCustom.cpp
+++ b/Source/bindings/v8/custom/V8DOMWindowCustom.cpp
@@ -55,16 +55,16 @@
#include "SerializedScriptValue.h"
#include "Settings.h"
#include "SharedWorkerRepository.h"
-#include "Storage.h"
#include "V8Binding.h"
#include "V8EventListener.h"
#include "V8EventListenerList.h"
#include "V8GCForContextDispose.h"
-#include "V8HiddenPropertyName.h"
#include "V8HTMLCollection.h"
+#include "V8HiddenPropertyName.h"
#include "V8Node.h"
#include "V8Utilities.h"
#include "WindowFeatures.h"
+#include "core/storage/Storage.h"
#include <wtf/ArrayBuffer.h>
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698