Index: Source/testing/runner/EventSender.cpp |
diff --git a/Source/testing/runner/EventSender.cpp b/Source/testing/runner/EventSender.cpp |
index bbd35d7041e8c6bbbb168c4185c3c1515f46764f..f42f5de11b4f85188ed98913c310e51f5e8b554f 100644 |
--- a/Source/testing/runner/EventSender.cpp |
+++ b/Source/testing/runner/EventSender.cpp |
@@ -255,8 +255,8 @@ enum KeyLocationCode { |
} |
EventSender::EventSender(TestInterfaces* interfaces) |
- : m_delegate(0) |
- , m_testInterfaces(interfaces) |
+ : m_testInterfaces(interfaces) |
+ , m_delegate(0) |
Nico
2013/10/31 15:40:59
Huh, do you know why the mac waterfall bots don't
lgombos
2013/10/31 19:10:11
The answer - https://codereview.chromium.org/51413
|
{ |
// Initialize the map that associates methods of this class with the names |
// they will use when called by JavaScript. The actual binding of those |