Index: third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp b/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp |
index df32b3d75d3d3c5ddcba11d530a364990408f525..56c8401db435d4b4bdf3cfdcf2575711e3db1544 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp |
@@ -84,7 +84,7 @@ public: |
} |
private: |
- void startRuleHeader(StyleRule::Type, unsigned) override; |
+ void startRuleHeader(StyleRule::RuleType, unsigned) override; |
void endRuleHeader(unsigned) override; |
void observeSelector(unsigned startOffset, unsigned endOffset) override; |
void startRuleBody(unsigned) override; |
@@ -110,7 +110,7 @@ private: |
unsigned m_mediaQueryExpValueRangeStart; |
}; |
-void StyleSheetHandler::startRuleHeader(StyleRule::Type type, unsigned offset) |
+void StyleSheetHandler::startRuleHeader(StyleRule::RuleType type, unsigned offset) |
{ |
// Pop off data for a previous invalid rule. |
if (m_currentRuleData) |