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

Unified Diff: ui/file_manager/audio_player/js/audio_player_scripts.js

Issue 984593002: Use Object.observe() instead of Polyfills (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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 | « ui/file_manager/audio_player/js/audio_player_model.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/audio_player/js/audio_player_scripts.js
diff --git a/ui/file_manager/audio_player/js/audio_player_scripts.js b/ui/file_manager/audio_player/js/audio_player_scripts.js
index db67180ea8b48c760880d2b235d2e65d78916bb4..f35bc4e9f8a93ba91a68af47393fc3e202e31430 100644
--- a/ui/file_manager/audio_player/js/audio_player_scripts.js
+++ b/ui/file_manager/audio_player/js/audio_player_scripts.js
@@ -13,9 +13,6 @@ if (!('securityPolicy' in document))
if (!('allowsEval' in document.securityPolicy))
document.securityPolicy['allowsEval'] = false;
-// Force Polymer into dirty-checking mode, see http://crbug.com/351967
-Object['observe'] = undefined;
-
<include src="../../../../third_party/polymer/components/polymer/polymer.js">
(function() {
« no previous file with comments | « ui/file_manager/audio_player/js/audio_player_model.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698