| Index: Source/modules/mediastream/RTCErrorCallback.h
|
| diff --git a/Source/modules/mediastream/RTCErrorCallback.h b/Source/modules/mediastream/RTCErrorCallback.h
|
| index dd7b840dfe0b5bf6b3ae34214e025835c469f92f..12b58c7c0087396055d0236a72c62b0c24449d1d 100644
|
| --- a/Source/modules/mediastream/RTCErrorCallback.h
|
| +++ b/Source/modules/mediastream/RTCErrorCallback.h
|
| @@ -38,7 +38,7 @@ namespace WebCore {
|
| class RTCErrorCallback {
|
| public:
|
| virtual ~RTCErrorCallback() { }
|
| - virtual bool handleEvent(const String& errorInformation) = 0;
|
| + virtual void handleEvent(const String& errorInformation) = 0;
|
| };
|
|
|
| } // namespace WebCore
|
|
|