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

Unified Diff: node_modules/vulcanize/node_modules/cssom/lib/StyleSheet.js

Issue 877193002: Upgrade vulcanize to 0.7.6. (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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: node_modules/vulcanize/node_modules/cssom/lib/StyleSheet.js
diff --git a/node_modules/vulcanize/node_modules/cssom/lib/StyleSheet.js b/node_modules/vulcanize/node_modules/cssom/lib/StyleSheet.js
deleted file mode 100644
index cfe69b591064501654a8cbd3740a4921e13ecbce..0000000000000000000000000000000000000000
--- a/node_modules/vulcanize/node_modules/cssom/lib/StyleSheet.js
+++ /dev/null
@@ -1,17 +0,0 @@
-//.CommonJS
-var CSSOM = {};
-///CommonJS
-
-
-/**
- * @constructor
- * @see http://dev.w3.org/csswg/cssom/#the-stylesheet-interface
- */
-CSSOM.StyleSheet = function StyleSheet() {
- this.parentStyleSheet = null;
-};
-
-
-//.CommonJS
-exports.StyleSheet = CSSOM.StyleSheet;
-///CommonJS
« no previous file with comments | « node_modules/vulcanize/node_modules/cssom/lib/MediaList.js ('k') | node_modules/vulcanize/node_modules/cssom/lib/clone.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698