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

Unified Diff: Source/bindings/v8/V8HiddenPropertyName.h

Issue 17035004: [ABANDONED] Introduce Promise example implementation written in JavaScript. (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/V8HiddenPropertyName.h
diff --git a/Source/bindings/v8/V8HiddenPropertyName.h b/Source/bindings/v8/V8HiddenPropertyName.h
index 3462345ad18b330fab1fea83e8614e4dbfe07a37..82704c859951fb96d35749c0509c4f8a552fc9a3 100644
--- a/Source/bindings/v8/V8HiddenPropertyName.h
+++ b/Source/bindings/v8/V8HiddenPropertyName.h
@@ -41,6 +41,7 @@ namespace WebCore {
V(detail) \
V(document) \
V(event) \
+ V(jsConstructor) \
abarth-chromium 2013/06/17 18:05:06 Why not just "constructor" ?
yhirano 2013/06/18 08:56:15 Done.
V(listener) \
V(scriptState) \
V(sleepFunction) \

Powered by Google App Engine
This is Rietveld 408576698