diff --git a/js/public/RootingAPI.h b/js/public/RootingAPI.h index 6044268ca68e..d19c63fec854 100644 --- a/js/public/RootingAPI.h +++ b/js/public/RootingAPI.h @@ -151,13 +151,8 @@ JS_FOR_EACH_PUBLIC_GC_POINTER_TYPE(DECLARE_IS_HEAP_CONSTRUCTIBLE_TYPE) JS_FOR_EACH_PUBLIC_TAGGED_GC_POINTER_TYPE(DECLARE_IS_HEAP_CONSTRUCTIBLE_TYPE) #undef DECLARE_IS_HEAP_CONSTRUCTIBLE_TYPE -template -class PersistentRootedBase : public MutableWrappedPtrOperations {}; - namespace gc { struct Cell; -template -struct PersistentRootedMarker; } /* namespace gc */ // Important: Return a reference so passing a Rooted, etc. to