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

Unified Diff: Source/core/inspector/InspectorInstrumentation.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/inspector/InspectorCSSAgent.cpp ('k') | Source/core/inspector/InspectorInstrumentation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorInstrumentation.h
diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
index 1ee22b706aa2ef9805048992fc87b02abe433092..42cce5269f314b726e30d63e43d5cabe3fe01f8f 100644
--- a/Source/core/inspector/InspectorInstrumentation.h
+++ b/Source/core/inspector/InspectorInstrumentation.h
@@ -55,7 +55,7 @@
namespace WebCore {
-struct CSSParserLocation;
+struct CSSParserString;
class CSSRule;
class CachedResource;
class CharacterData;
@@ -196,7 +196,7 @@ inline InstrumentingAgents* instrumentingAgentsForElement(Element* element)
return instrumentingAgentsForDocument(element->document());
}
-bool cssErrorFilter(const CSSParserLocation&, int propertyId, int errorType);
+bool cssErrorFilter(const CSSParserString& content, int propertyId, int errorType);
} // namespace InspectorInstrumentation
« no previous file with comments | « Source/core/inspector/InspectorCSSAgent.cpp ('k') | Source/core/inspector/InspectorInstrumentation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698