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

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

Issue 1179323003: DevTools: do not use range indices outside of InspectorStyleSheet. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed Created 5 years, 6 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
Index: Source/core/inspector/InspectorCSSAgent.h
diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h
index 19cbd5bfe378c687ca16c7a4a3536fc47f45ddda..ead1cb141472c6036eeb3039c0f85110bc4ce49e 100644
--- a/Source/core/inspector/InspectorCSSAgent.h
+++ b/Source/core/inspector/InspectorCSSAgent.h
@@ -150,8 +150,7 @@ private:
class StyleSheetAction;
class SetStyleSheetTextAction;
class SetPropertyTextAction;
- class SetRuleSelectorAction;
- class SetMediaTextAction;
+ class SetRuleSelectorOrMediaAction;
class AddRuleAction;
class InspectorResourceContentLoaderCallback;
« no previous file with comments | « LayoutTests/inspector-protocol/css/css-set-rule-selector-expected.txt ('k') | Source/core/inspector/InspectorCSSAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698