Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index 038fd039a52a1a3834373c070a3c1244185f82c6..e88937946d57fdf76614f32a8bbcfcdcecaef3ef 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -378,7 +378,7 @@ public: |
bool isScriptExecutionReady() const { return isRenderingReady(); } |
// This is a DOM function. |
- StyleSheetList* styleSheets(); |
+ StyleSheetList& styleSheets(); |
StyleEngine& styleEngine() { DCHECK(m_styleEngine.get()); return *m_styleEngine.get(); } |