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

Unified Diff: runtime/bin/eventhandler_unsupported.cc

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 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 | « runtime/bin/eventhandler_test.cc ('k') | runtime/bin/eventhandler_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/eventhandler_unsupported.cc
diff --git a/runtime/bin/eventhandler_unsupported.cc b/runtime/bin/eventhandler_unsupported.cc
index e93605564ccb3a71a7561a8add9677bd9a2a9f09..78fb42e038dd9be3d39287385ee641fbf7bf643e 100644
--- a/runtime/bin/eventhandler_unsupported.cc
+++ b/runtime/bin/eventhandler_unsupported.cc
@@ -15,16 +15,13 @@ namespace bin {
void EventHandler::Start() {}
-
void EventHandler::Stop() {}
-
void FUNCTION_NAME(EventHandler_SendData)(Dart_NativeArguments args) {
Dart_ThrowException(DartUtils::NewInternalError(
"EventHandler is not supported on this platform"));
}
-
void FUNCTION_NAME(EventHandler_TimerMillisecondClock)(
Dart_NativeArguments args) {
Dart_ThrowException(DartUtils::NewInternalError(
« no previous file with comments | « runtime/bin/eventhandler_test.cc ('k') | runtime/bin/eventhandler_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698