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

Unified Diff: Source/testing/runner/EventSender.cpp

Issue 54883002: Fix more warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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
« no previous file with comments | « no previous file | Source/wtf/PageAllocator.cpp » ('j') | Source/wtf/QuantizedAllocation.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | Source/wtf/PageAllocator.cpp » ('j') | Source/wtf/QuantizedAllocation.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698