Index: Source/core/css/StyleSheet.h |
diff --git a/Source/core/css/StyleSheet.h b/Source/core/css/StyleSheet.h |
index f9075c7c0762c0b31d0fd351cbe41e24400c62fc..ba3076a1e84a56b4a1327830524c45fd4de108ad 100644 |
--- a/Source/core/css/StyleSheet.h |
+++ b/Source/core/css/StyleSheet.h |
@@ -55,7 +55,7 @@ public: |
virtual bool isLoading() const = 0; |
virtual bool isCSSStyleSheet() const { return false; } |
- virtual void trace(Visitor*) { } |
+ DEFINE_INLINE_VIRTUAL_TRACE() { } |
}; |
} // namespace blink |