Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 783387d0ee741d52d749c4274a83a43124f80ddd..8403b58412af0cef713d24e1f789791a34e84168 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -217,8 +217,8 @@ public: |
String layerTreeAsText(Document*, unsigned flags, ExceptionCode&) const; |
String layerTreeAsText(Document*, ExceptionCode&) const; |
- PassRefPtr<NodeList> paintOrderListBeforePromote(Element* element, ExceptionCode& ec); |
- PassRefPtr<NodeList> paintOrderListAfterPromote(Element* element, ExceptionCode& ec); |
+ PassRefPtr<NodeList> paintOrderListBeforePromote(Element*, ExceptionCode&); |
+ PassRefPtr<NodeList> paintOrderListAfterPromote(Element*, ExceptionCode&); |
String repaintRectsAsText(Document*, ExceptionCode&) const; |
String scrollingStateTreeAsText(Document*, ExceptionCode&) const; |