Index: Source/core/testing/Internals.cpp |
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
index 32b77e665689370d376ba522b487e532c2131772..797a74f3fc9da48709297eebac2d7b50f702fab7 100644 |
--- a/Source/core/testing/Internals.cpp |
+++ b/Source/core/testing/Internals.cpp |
@@ -1947,18 +1947,6 @@ String Internals::getImageSourceURL(Element* element, ExceptionCode& ec) |
return element->imageSourceURL(); |
} |
-#if ENABLE(VIDEO) |
-void Internals::simulateAudioInterruption(Node* node) |
-{ |
-#if USE(GSTREAMER) |
- HTMLMediaElement* element = toMediaElement(node); |
- element->player()->simulateAudioInterruption(); |
-#else |
- UNUSED_PARAM(node); |
-#endif |
-} |
-#endif |
- |
bool Internals::isSelectPopupVisible(Node* node) |
{ |
if (!isHTMLSelectElement(node)) |