| Index: third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h b/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h
|
| index c4f875d8f4acbb53ed58f9b3de4fc34727aa7507..c8cf20b325143c3a77aba02de0deb44735600e5c 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h
|
| @@ -66,6 +66,7 @@ public:
|
|
|
| String serialize() const;
|
|
|
| + // This is only for the inspector integration
|
| const CSSParserToken* begin() const { return m_first; }
|
|
|
| static void initStaticEOFToken();
|
|
|