Index: third_party/WebKit/Source/devtools/front_end/elements/Spectrum.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/Spectrum.js b/third_party/WebKit/Source/devtools/front_end/elements/Spectrum.js |
index e1955d17a3251934f2c32cc6ee2f216507613f3e..033d0374c820b6c213e41f1e53fe13396e9bf993 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/elements/Spectrum.js |
+++ b/third_party/WebKit/Source/devtools/front_end/elements/Spectrum.js |
@@ -1000,7 +1000,7 @@ WebInspector.Spectrum.PaletteGenerator.prototype = { |
resolve(null); |
} |
- stylesheet.requestContent(parseContent.bind(this)); |
+ stylesheet.requestContent().then(parseContent.bind(this)); |
} |
} |