Index: Source/bindings/v8/custom/V8AudioBufferSourceNodeCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8AudioBufferSourceNodeCustom.cpp b/Source/bindings/v8/custom/V8AudioBufferSourceNodeCustom.cpp |
index d15ab4d169bcb2863d45994f3cc8efe3c34e3719..b5ede7cd322a20c5866c0346899836a03d0b7e76 100644 |
--- a/Source/bindings/v8/custom/V8AudioBufferSourceNodeCustom.cpp |
+++ b/Source/bindings/v8/custom/V8AudioBufferSourceNodeCustom.cpp |
@@ -48,7 +48,7 @@ void V8AudioBufferSourceNode::bufferAttrSetterCustom(v8::Local<v8::String> name, |
return; |
} |
} |
- |
+ |
if (!buffer) { |
throwTypeError("Value is not of type AudioBuffer", info.GetIsolate()); |
return; |