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

Unified Diff: src/object-observe.js

Issue 252063003: disable Object.observe (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: ws Created 6 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
« no previous file with comments | « no previous file | test/cctest/cctest.status » ('j') | test/mjsunit/mjsunit.status » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/object-observe.js
diff --git a/src/object-observe.js b/src/object-observe.js
index c4ddd181d2841c479c3de34bd6d683554e2352bd..bbbcbde558d993812ff7872fd5b726dc73103553 100644
--- a/src/object-observe.js
+++ b/src/object-observe.js
@@ -646,4 +646,5 @@ function SetupObjectObserve() {
));
}
-SetupObjectObserve();
+// Disable Object.observe API for M35.
+// SetupObjectObserve();
« no previous file with comments | « no previous file | test/cctest/cctest.status » ('j') | test/mjsunit/mjsunit.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698