Index: Source/core/testing/Internals.cpp |
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
index 32b77e665689370d376ba522b487e532c2131772..e59fba1f9b3ef98b313417883e17b96945333072 100644 |
--- a/Source/core/testing/Internals.cpp |
+++ b/Source/core/testing/Internals.cpp |
@@ -1950,12 +1950,7 @@ String Internals::getImageSourceURL(Element* element, ExceptionCode& ec) |
#if ENABLE(VIDEO) |
void Internals::simulateAudioInterruption(Node* node) |
abarth-chromium
2013/04/19 19:36:40
Should we remove this function (and any tests usin
|
{ |
-#if USE(GSTREAMER) |
- HTMLMediaElement* element = toMediaElement(node); |
- element->player()->simulateAudioInterruption(); |
-#else |
UNUSED_PARAM(node); |
-#endif |
} |
#endif |