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

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

Issue 20351002: Add 'error' parameter to 'window.onerror' handlers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rework. 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/V8HiddenPropertyName.h
diff --git a/Source/bindings/v8/V8HiddenPropertyName.h b/Source/bindings/v8/V8HiddenPropertyName.h
index 8979f5f2e7854b6e10557ee176c89fb48f7af30f..48dc5ce307608fdb6c080b40010734daaa6d8d07 100644
--- a/Source/bindings/v8/V8HiddenPropertyName.h
+++ b/Source/bindings/v8/V8HiddenPropertyName.h
@@ -52,12 +52,14 @@ namespace WebCore {
V(detail) \
V(document) \
V(event) \
+ V(error) \
dcarney 2013/07/30 10:48:55 would be nice to be able to get rid of this
V(listener) \
V(scriptState) \
V(sleepFunction) \
V(state) \
V(toStringString) \
- V(typedArrayHiddenCopyMethod)
+ V(typedArrayHiddenCopyMethod) \
+ V(worldId)
class V8HiddenPropertyName {
public:

Powered by Google App Engine
This is Rietveld 408576698