summaryrefslogtreecommitdiffstats
path: root/layout/base/ServoRestyleManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/ServoRestyleManager.h')
-rw-r--r--layout/base/ServoRestyleManager.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/layout/base/ServoRestyleManager.h b/layout/base/ServoRestyleManager.h
index 6856171c1..b6bb63d08 100644
--- a/layout/base/ServoRestyleManager.h
+++ b/layout/base/ServoRestyleManager.h
@@ -63,8 +63,7 @@ public:
nsIContent* aChild);
void RestyleForAppend(nsIContent* aContainer,
nsIContent* aFirstNewContent);
- nsresult ContentStateChanged(nsIContent* aContent,
- EventStates aStateMask);
+ void ContentStateChanged(nsIContent* aContent, EventStates aStateMask);
void AttributeWillChange(dom::Element* aElement,
int32_t aNameSpaceID,
nsIAtom* aAttribute,