Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPI.h |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPI.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPI.h |
index 3f73dadffba756012495c4237eef1785fa786950..d233a31b34976d295fc39ba9b1ba6025998422b8 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPI.h |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPI.h |
@@ -37,7 +37,10 @@ class CSSPropertyAPI { |
// Parses a single CSS property and returns the corresponding CSSValue. If the |
// input is invalid it returns nullptr. |
static const CSSValue* parseSingleValue(CSSParserTokenRange&, |
- const CSSParserContext*); |
+ const CSSParserContext*) { |
+ NOTREACHED(); |
+ return nullptr; |
+ } |
}; |
} // namespace blink |