From b3d7478b278604d0c186590946ef78addcda8836 Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Tue, 21 Mar 2017 11:03:14 +0100 Subject: [PATCH] Backed out changeset b2c7ea6392fc (bug 1343153) --- layout/style/ServoBindingList.h | 2 +- layout/style/ServoBindingTypes.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/layout/style/ServoBindingList.h b/layout/style/ServoBindingList.h index ac98de4a267d..203ebec61b74 100644 --- a/layout/style/ServoBindingList.h +++ b/layout/style/ServoBindingList.h @@ -68,7 +68,7 @@ SERVO_BINDING_FUNC(Servo_StyleSet_NoteStyleSheetsChanged, void, SERVO_BINDING_FUNC(Servo_StyleSet_FillKeyframesForName, bool, RawServoStyleSetBorrowed set, const nsACString* property, - nsTimingFunctionBorrowed timing_function, + const nsTimingFunction* timing_function, ServoComputedValuesBorrowed computed_values, RawGeckoKeyframeListBorrowedMut keyframe_list) diff --git a/layout/style/ServoBindingTypes.h b/layout/style/ServoBindingTypes.h index 95f8f976d9c7..dd7283729a74 100644 --- a/layout/style/ServoBindingTypes.h +++ b/layout/style/ServoBindingTypes.h @@ -123,7 +123,6 @@ DECL_BORROWED_REF_TYPE_FOR(RawGeckoKeyframeList) DECL_BORROWED_MUT_REF_TYPE_FOR(RawGeckoComputedKeyframeValuesList) DECL_BORROWED_REF_TYPE_FOR(RawGeckoStyleAnimationList) DECL_BORROWED_MUT_REF_TYPE_FOR(nsTimingFunction) -DECL_BORROWED_REF_TYPE_FOR(nsTimingFunction) #undef DECL_ARC_REF_TYPE_FOR #undef DECL_OWNED_REF_TYPE_FOR