aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/test
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/bindings/codegen/test')
-rw-r--r--components/script/dom/bindings/codegen/test/TestBindingHeader.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/components/script/dom/bindings/codegen/test/TestBindingHeader.h b/components/script/dom/bindings/codegen/test/TestBindingHeader.h
index 1fbab0a9fb8..20e01813119 100644
--- a/components/script/dom/bindings/codegen/test/TestBindingHeader.h
+++ b/components/script/dom/bindings/codegen/test/TestBindingHeader.h
@@ -1,8 +1,7 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this file,
- * You can obtain one at http://mozilla.org/MPL/2.0/.
- */
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef TestBindingHeader_h
#define TestBindingHeader_h
@@ -126,7 +125,7 @@ public:
const TestInterfaceOrOnlyForUseInConstructor&,
ErrorResult&);
*/
-
+
// Integer types
int8_t ReadonlyByte();
int8_t WritableByte();
@@ -215,7 +214,8 @@ public:
void ReceiveNonWrapperCacheInterfaceSequence(nsTArray<nsRefPtr<TestNonWrapperCacheInterface> >&);
void ReceiveNullableNonWrapperCacheInterfaceSequence(nsTArray<nsRefPtr<TestNonWrapperCacheInterface> >&);
void ReceiveNonWrapperCacheInterfaceNullableSequence(Nullable<nsTArray<nsRefPtr<TestNonWrapperCacheInterface> > >&);
- void ReceiveNullableNonWrapperCacheInterfaceNullableSequence(Nullable<nsTArray<nsRefPtr<TestNonWrapperCacheInterface> > >&);
+ void ReceiveNullableNonWrapperCacheInterfaceNullableSequence(
+ Nullable<nsTArray<nsRefPtr<TestNonWrapperCacheInterface> > >&);
already_AddRefed<TestNonCastableInterface> ReceiveOther();
already_AddRefed<TestNonCastableInterface> ReceiveNullableOther();