Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1650)

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.h

Issue 2452403002: [Bindings] Reformat template files (4/4) (Closed)
Patch Set: Rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.h b/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.h
index d22b45f83d023c863bc34ec7c43398dc39fc6d6b..a604a5274132945092dc8b189121b644899e24fa 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.h
@@ -16,24 +16,24 @@
namespace blink {
class CORE_EXPORT TestInterfaceEventInit : public EventInit {
- DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
-public:
- TestInterfaceEventInit();
- virtual ~TestInterfaceEventInit();
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
+ public:
+ TestInterfaceEventInit();
+ virtual ~TestInterfaceEventInit();
- bool hasStringMember() const { return !m_stringMember.isNull(); }
- String stringMember() const { return m_stringMember; }
- void setStringMember(String value) { m_stringMember = value; }
+ bool hasStringMember() const { return !m_stringMember.isNull(); }
+ String stringMember() const { return m_stringMember; }
+ void setStringMember(String value) { m_stringMember = 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:
- String m_stringMember;
+ private:
+ String m_stringMember;
- friend class V8TestInterfaceEventInit;
+ friend class V8TestInterfaceEventInit;
};
-} // namespace blink
+} // namespace blink
-#endif // TestInterfaceEventInit_h
+#endif // TestInterfaceEventInit_h

Powered by Google App Engine
This is Rietveld 408576698