| Index: third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h b/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h
|
| index d1beb235db1c2c45a16543ed1a0bb35d1dddd117..c056772ffe4d4590e716f2d285ccc1f8fd7b5a33 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h
|
| @@ -16,24 +16,24 @@
|
| namespace blink {
|
|
|
| class CORE_EXPORT TestPermissiveDictionary : public IDLDictionaryBase {
|
| - DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| -public:
|
| - TestPermissiveDictionary();
|
| - virtual ~TestPermissiveDictionary();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| + public:
|
| + TestPermissiveDictionary();
|
| + virtual ~TestPermissiveDictionary();
|
|
|
| - bool hasBooleanMember() const { return !m_booleanMember.isNull(); }
|
| - bool booleanMember() const { return m_booleanMember.get(); }
|
| - void setBooleanMember(bool value) { m_booleanMember = value; }
|
| + bool hasBooleanMember() const { return !m_booleanMember.isNull(); }
|
| + bool booleanMember() const { return m_booleanMember.get(); }
|
| + void setBooleanMember(bool value) { m_booleanMember = value; }
|
|
|
| - v8::Local<v8::Value> toV8Impl(v8::Local<v8::Object>, v8::Isolate*) const override;
|
| - DECLARE_VIRTUAL_TRACE();
|
| + v8::Local<v8::Value> toV8Impl(v8::Local<v8::Object>, v8::Isolate*) const override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| -private:
|
| - Nullable<bool> m_booleanMember;
|
| + private:
|
| + Nullable<bool> m_booleanMember;
|
|
|
| - friend class V8TestPermissiveDictionary;
|
| + friend class V8TestPermissiveDictionary;
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace blink
|
|
|
| -#endif // TestPermissiveDictionary_h
|
| +#endif // TestPermissiveDictionary_h
|
|
|