Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(515)

Unified Diff: Source/core/inspector/InspectorCSSAgent.h

Issue 15660004: Reporing invalid CSS selectors. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/css/CSSParserValues.h ('k') | Source/core/inspector/InspectorCSSAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorCSSAgent.h
diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h
index 04ae57d13bc7a25c653a8d1d681026518bf54369..9fdd35cdd4003209b9a8823f35dde9faf5ed7e9f 100644
--- a/Source/core/inspector/InspectorCSSAgent.h
+++ b/Source/core/inspector/InspectorCSSAgent.h
@@ -42,7 +42,7 @@
namespace WebCore {
-struct CSSParserLocation;
+struct CSSParserString;
class CSSRule;
class CSSRuleList;
class CSSStyleDeclaration;
@@ -90,7 +90,7 @@ public:
};
static CSSStyleRule* asCSSStyleRule(CSSRule*);
- static bool cssErrorFilter(const CSSParserLocation&, int propertyId, int errorType);
+ static bool cssErrorFilter(const CSSParserString& content, int propertyId, int errorType);
static PassOwnPtr<InspectorCSSAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InspectorDOMAgent* domAgent, InspectorPageAgent* pageAgent)
{
« no previous file with comments | « Source/core/css/CSSParserValues.h ('k') | Source/core/inspector/InspectorCSSAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698