Fix Windows build

BUG=

Review URL: https://codereview.chromium.org//1068993003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@44944 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
johnmccutchan@google.com
2015-04-07 19:19:51 +00:00
parent afe774a4c4
commit eb233f2cb4
+1 -1
View File
@@ -43,7 +43,7 @@ void SignalHandler::Install(SignalAction action) {
}
void SignalHandler::Remove(SignalAction action) {
void SignalHandler::Remove() {
UNIMPLEMENTED();
}