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

Unified Diff: Source/bindings/v8/custom/V8PromiseCustom.h

Issue 18878002: Refactoring on DOM/Promises (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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: Source/bindings/v8/custom/V8PromiseCustom.h
diff --git a/Source/bindings/v8/custom/V8PromiseCustom.h b/Source/bindings/v8/custom/V8PromiseCustom.h
index bc8e6dfbb6b26132330428d5d6cfea923ff12ebf..930f3f60fe2798e51e1f5d4b67de0bbac9e70ce2 100644
--- a/Source/bindings/v8/custom/V8PromiseCustom.h
+++ b/Source/bindings/v8/custom/V8PromiseCustom.h
@@ -59,12 +59,6 @@ public:
PrimitiveWrapperFieldCount, // This entry must always be at the bottom.
};
- enum PromiseAlgorithm {
- FulfillAlgorithm,
- ResolveAlgorithm,
- RejectAlgorithm,
- };
-
enum PromiseState {
Pending,
Fulfilled,

Powered by Google App Engine
This is Rietveld 408576698