File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // bindgen-flags: --enable-cxx-namespaces --whitelist-type CapturingContentInfo --opaque-type 'mozilla::Maybe' -- -- - std=c++14
1
+ // bindgen-flags: --enable-cxx-namespaces --whitelist-type CapturingContentInfo --opaque-type 'mozilla::Maybe' -- -std=c++14
2
2
3
3
namespace mozilla {
4
4
template <class T > class Maybe { using ValueType = T; };
Original file line number Diff line number Diff line change 1
- // bindgen-flags: --enable-cxx-namespaces --whitelist-type StaticRefPtr --opaque-type 'JS::Rooted' -- -- - std=c++14
1
+ // bindgen-flags: --enable-cxx-namespaces --whitelist-type StaticRefPtr --opaque-type 'JS::Rooted' -- -std=c++14
2
2
3
3
namespace JS {
4
4
template <typename T> class Rooted { using ElementType = T; };
Original file line number Diff line number Diff line change 1
- // bindgen-flags: --enable-cxx-namespaces --whitelist-type nsCSSValue --opaque-type 'nsRefPtrHashtable' -- -- - std=c++14
1
+ // bindgen-flags: --enable-cxx-namespaces --whitelist-type nsCSSValue --opaque-type 'nsRefPtrHashtable' -- -std=c++14
2
2
3
3
template <class PtrType > class nsRefPtrHashtable {
4
4
typedef PtrType *UserDataType;
You can’t perform that action at this time.
0 commit comments