Chromium Code Reviews| Index: Source/platform/mediastream/RTCConfiguration.cpp |
| diff --git a/Source/modules/mediastream/RTCErrorCallback.idl b/Source/platform/mediastream/RTCConfiguration.cpp |
| similarity index 87% |
| copy from Source/modules/mediastream/RTCErrorCallback.idl |
| copy to Source/platform/mediastream/RTCConfiguration.cpp |
| index bb7414bf667d799354af8c05a95060058104f317..a2e1c6a96624ea9223f5c0fb99a645bbcd4109a6 100644 |
| --- a/Source/modules/mediastream/RTCErrorCallback.idl |
| +++ b/Source/platform/mediastream/RTCConfiguration.cpp |
| @@ -1,5 +1,5 @@ |
| /* |
| - * Copyright (C) 2012 Google Inc. All rights reserved. |
| + * Copyright (C) 2015 Google Inc. All rights reserved. |
| * |
| * Redistribution and use in source and binary forms, with or without |
| * modification, are permitted provided that the following conditions |
| @@ -28,7 +28,11 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -callback interface RTCErrorCallback { |
| - void handleEvent(DOMString errorInformation); |
| -}; |
| +#include "config.h" |
| +#include "platform/mediastream/RTCConfiguration.h" |
| +namespace blink { |
| + |
| +// TODO(hbos): RTCConfiguration::~RTCConfiguration() here. |
|
jochen (gone - plz use gerrit)
2015/09/15 08:04:19
yes please
hbos_chromium
2015/09/21 16:12:22
Done.
|
| + |
| +} // namespace blink |