Index: third_party/WebKit/Source/core/css/DOMWindowCSS.cpp |
diff --git a/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp b/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp |
index 46c90a4218e188aefb0c9d833db582802b0000e9..3b9bbca4a4ae6db22cc1c30f099dcd00dae9e835 100644 |
--- a/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp |
+++ b/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp |
@@ -57,7 +57,7 @@ bool DOMWindowCSS::supports(const String& property, const String& value) { |
// This will return false when !important is present |
MutableStylePropertySet* dummyStyle = |
MutableStylePropertySet::create(HTMLStandardMode); |
- return CSSParser::parseValue(dummyStyle, unresolvedProperty, value, false, 0) |
+ return CSSParser::parseValue(dummyStyle, unresolvedProperty, value, false) |
.didParse; |
} |