Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h |
index 8fea8e1783a00945bf93493393661c9b22074ca0..20b67ee7bb4e4700ba2ce937b34f31ba79475195 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h |
@@ -26,6 +26,8 @@ class CSSValuePair; |
// will not be modified. |
namespace CSSPropertyParserHelpers { |
+void complete4Sides(CSSValue* side[4]); |
+ |
// TODO(timloh): These should probably just be consumeComma and consumeSlash. |
bool consumeCommaIncludingWhitespace(CSSParserTokenRange&); |
bool consumeSlashIncludingWhitespace(CSSParserTokenRange&); |