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

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

Issue 17505004: Introduce Promises. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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/V8PromiseResolverCustom.cpp
diff --git a/Source/core/dom/MessagePortChannel.cpp b/Source/bindings/v8/custom/V8PromiseResolverCustom.cpp
similarity index 93%
copy from Source/core/dom/MessagePortChannel.cpp
copy to Source/bindings/v8/custom/V8PromiseResolverCustom.cpp
index be0712023d17473e9a2d6079bccc852a0347ee1e..b2a364c7add90350ee416981f9db836e7b3d2cd4 100644
--- a/Source/core/dom/MessagePortChannel.cpp
+++ b/Source/bindings/v8/custom/V8PromiseResolverCustom.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Google Inc. All rights reserved.
+ * Copyright (C) 2013 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -27,9 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+
#include "config.h"
-#include "core/dom/MessagePortChannel.h"
+#include "V8PromiseResolver.h"
-namespace WebCore {
+#include <v8.h>
+namespace WebCore {
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698