Bug 1341102 -Fix forward declaration in nsStyleContext.h; r=bustage

MozReview-Commit-ID: 9RBzxkc9wnA
This commit is contained in:
Manish Goregaokar 2017-07-18 08:17:35 -07:00
parent 893d757802
commit 853e9c4ad3

View File

@ -26,8 +26,8 @@ class ServoStyleContext;
} // namespace mozilla } // namespace mozilla
extern "C" { extern "C" {
void Servo_StyleContext_AddRef(mozilla::ServoStyleContext* aContext); void Servo_StyleContext_AddRef(const mozilla::ServoStyleContext* aContext);
void Servo_StyleContext_Release(mozilla::ServoStyleContext* aContext); void Servo_StyleContext_Release(const mozilla::ServoStyleContext* aContext);
} }
/** /**