| Index: third_party/WebKit/Source/modules/webaudio/AudioContext.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioContext.cpp b/third_party/WebKit/Source/modules/webaudio/AudioContext.cpp
|
| index 34fbb62d5d6206ddbd4eaa72e96809c54e87f2f7..b7aa4d6acabb9abcac9d6d3d724b8ac580617f25 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioContext.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioContext.cpp
|
| @@ -26,7 +26,7 @@ const unsigned MaxHardwareContexts = 6;
|
| static unsigned s_hardwareContextCount = 0;
|
| static unsigned s_contextId = 0;
|
|
|
| -BaseAudioContext* AudioContext::create(Document& document, ExceptionState& exceptionState)
|
| +AudioContext* AudioContext::create(Document& document, ExceptionState& exceptionState)
|
| {
|
| DCHECK(isMainThread());
|
|
|
|
|