Bug 1406811 - Remove a duplicate entry for RawServoSelectorListBorrowed. r?emilio draft
authorHiroyuki Ikezoe <hikezoe@mozilla.com>
Tue, 10 Oct 2017 07:57:41 +0900
changeset 677048 0ddcbdeaa6ecdb40bcc9376cd4321faee4c6ca73
parent 677047 70cff085ef9550539e662d58d26e6af65f911e73
child 735101 639901887d808ee7dc4e072338b7720b47042fa3
push id83676
push userhikezoe@mozilla.com
push dateMon, 09 Oct 2017 22:58:15 +0000
reviewersemilio
bugs1406811
milestone58.0a1
Bug 1406811 - Remove a duplicate entry for RawServoSelectorListBorrowed. r?emilio MozReview-Commit-ID: CN4LbkY4IcU
layout/style/ServoBindingTypes.h
--- a/layout/style/ServoBindingTypes.h
+++ b/layout/style/ServoBindingTypes.h
@@ -141,17 +141,16 @@ DECL_OWNED_REF_TYPE_FOR(StyleChildrenIte
 DECL_OWNED_REF_TYPE_FOR(ServoElementSnapshot)
 DECL_OWNED_REF_TYPE_FOR(RawServoAnimationValueMap)
 
 // We don't use BorrowedMut because the nodes may alias
 // Servo itself doesn't directly read or mutate these;
 // it only asks Gecko to do so. In case we wish to in
 // the future, we should ensure that things being mutated
 // are protected from noalias violations by a cell type
-DECL_BORROWED_REF_TYPE_FOR(RawServoSelectorList)
 DECL_BORROWED_REF_TYPE_FOR(RawGeckoNode)
 DECL_NULLABLE_BORROWED_REF_TYPE_FOR(RawGeckoNode)
 DECL_BORROWED_REF_TYPE_FOR(RawGeckoElement)
 DECL_NULLABLE_BORROWED_REF_TYPE_FOR(RawGeckoElement)
 DECL_BORROWED_REF_TYPE_FOR(RawGeckoDocument)
 DECL_NULLABLE_BORROWED_REF_TYPE_FOR(RawGeckoDocument)
 DECL_BORROWED_REF_TYPE_FOR(RawGeckoXBLBinding)
 DECL_NULLABLE_BORROWED_REF_TYPE_FOR(RawGeckoXBLBinding)