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

Unified Diff: packages/web_components/lib/HTMLImports.js

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 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
« no previous file with comments | « packages/web_components/lib/CustomElements.min.js ('k') | packages/web_components/lib/HTMLImports.min.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/web_components/lib/HTMLImports.js
diff --git a/packages/web_components/lib/HTMLImports.js b/packages/web_components/lib/HTMLImports.js
old mode 100644
new mode 100755
index 047e5ac32691bf13b61eb326bc1341f2e7169c1b..39c2d6aef840f4b6677419f0f9177569ae1246e2
--- a/packages/web_components/lib/HTMLImports.js
+++ b/packages/web_components/lib/HTMLImports.js
@@ -7,7 +7,7 @@
* Code distributed by Google as part of the polymer project is also
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/
-// @version 0.7.21
+// @version 0.7.23
if (typeof WeakMap === "undefined") {
(function() {
var defineProperty = Object.defineProperty;
@@ -351,7 +351,7 @@ if (typeof WeakMap === "undefined") {
(function(scope) {
"use strict";
- if (!window.performance) {
+ if (!(window.performance && window.performance.now)) {
var start = Date.now();
window.performance = {
now: function() {
« no previous file with comments | « packages/web_components/lib/CustomElements.min.js ('k') | packages/web_components/lib/HTMLImports.min.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698