Index: Source/core/css/CSSValueList.h |
diff --git a/Source/core/css/CSSValueList.h b/Source/core/css/CSSValueList.h |
index e375ceb52ac426ea8943235cada024aa29db51e2..eee33ca42053b34942c2c45cf241dcf10a68a8a0 100644 |
--- a/Source/core/css/CSSValueList.h |
+++ b/Source/core/css/CSSValueList.h |
@@ -67,7 +67,7 @@ public: |
void addSubresourceStyleURLs(ListHashSet<KURL>&, const StyleSheetContents*) const; |
bool hasFailedOrCanceledSubresources() const; |
- |
+ |
PassRefPtr<CSSValueList> cloneForCSSOM() const; |
protected: |