Index: third_party/WebKit/Source/core/css/ActiveStyleSheets.h |
diff --git a/third_party/WebKit/Source/core/css/ActiveStyleSheets.h b/third_party/WebKit/Source/core/css/ActiveStyleSheets.h |
index c17057aa34ac8e23e40355296213fe001c2229c2..3078615aa527c0a8a7d56b592cce850b0de46c86 100644 |
--- a/third_party/WebKit/Source/core/css/ActiveStyleSheets.h |
+++ b/third_party/WebKit/Source/core/css/ActiveStyleSheets.h |
@@ -29,12 +29,6 @@ compareActiveStyleSheets(const ActiveStyleSheetVector& oldStyleSheets, |
const ActiveStyleSheetVector& newStyleSheets, |
HeapVector<Member<RuleSet>>& changedRuleSets); |
-CORE_EXPORT void applyRuleSetChanges( |
- StyleEngine&, |
- TreeScope&, |
- const ActiveStyleSheetVector& oldStyleSheets, |
- const ActiveStyleSheetVector& newStyleSheets); |
- |
} // namespace blink |
#endif // ActiveStyleSheets_h |