Title: [147628] trunk
Revision
147628
Author
[email protected]
Date
2013-04-04 08:15:15 -0700 (Thu, 04 Apr 2013)

Log Message

[GStreamer] Virtual modifier for MediaPlayer::simulateAudioInterruption must go
https://bugs.webkit.org/show_bug.cgi?id=113851

Patch by Xabier Rodriguez Calvar <[email protected]> on 2013-04-04
Reviewed by Eric Carlson.

.:

* Source/autotools/symbols.filter: Added
_ZN7WebCore11MediaPlayer25simulateAudioInterruptionEv symbol.

Source/WebCore:

* platform/graphics/MediaPlayer.h:
(MediaPlayer): Removed virtual modifier to
simulateAudioInterruption.

Modified Paths

Diff

Modified: trunk/ChangeLog (147627 => 147628)


--- trunk/ChangeLog	2013-04-04 15:14:42 UTC (rev 147627)
+++ trunk/ChangeLog	2013-04-04 15:15:15 UTC (rev 147628)
@@ -1,3 +1,13 @@
+2013-04-04  Xabier Rodriguez Calvar  <[email protected]>
+
+        [GStreamer] Virtual modifier for MediaPlayer::simulateAudioInterruption must go
+        https://bugs.webkit.org/show_bug.cgi?id=113851
+
+        Reviewed by Eric Carlson.
+
+        * Source/autotools/symbols.filter: Added
+        _ZN7WebCore11MediaPlayer25simulateAudioInterruptionEv symbol.
+
 2013-04-03  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Bump required versions of some dependencies

Modified: trunk/Source/WebCore/ChangeLog (147627 => 147628)


--- trunk/Source/WebCore/ChangeLog	2013-04-04 15:14:42 UTC (rev 147627)
+++ trunk/Source/WebCore/ChangeLog	2013-04-04 15:15:15 UTC (rev 147628)
@@ -1,3 +1,14 @@
+2013-04-04  Xabier Rodriguez Calvar  <[email protected]>
+
+        [GStreamer] Virtual modifier for MediaPlayer::simulateAudioInterruption must go
+        https://bugs.webkit.org/show_bug.cgi?id=113851
+
+        Reviewed by Eric Carlson.
+
+        * platform/graphics/MediaPlayer.h:
+        (MediaPlayer): Removed virtual modifier to
+        simulateAudioInterruption.
+
 2013-04-04  Allan Sandfeld Jensen  <[email protected]>
 
         [Qt] Support -webkit-font-smoothing

Modified: trunk/Source/WebCore/platform/graphics/MediaPlayer.h (147627 => 147628)


--- trunk/Source/WebCore/platform/graphics/MediaPlayer.h	2013-04-04 15:14:42 UTC (rev 147627)
+++ trunk/Source/WebCore/platform/graphics/MediaPlayer.h	2013-04-04 15:15:15 UTC (rev 147628)
@@ -463,7 +463,7 @@
 #endif
 
 #if USE(GSTREAMER)
-    virtual void simulateAudioInterruption();
+    void simulateAudioInterruption();
 #endif
 
 private:

Modified: trunk/Source/autotools/symbols.filter (147627 => 147628)


--- trunk/Source/autotools/symbols.filter	2013-04-04 15:14:42 UTC (rev 147627)
+++ trunk/Source/autotools/symbols.filter	2013-04-04 15:15:15 UTC (rev 147628)
@@ -297,6 +297,7 @@
 _ZNK7WebCore6Editor32isContinuousSpellCheckingEnabledEv;
 _ZN7WebCore9FrameView15setFooterHeightEi;
 _ZN7WebCore9FrameView15setHeaderHeightEi;
+_ZN7WebCore11MediaPlayer25simulateAudioInterruptionEv;
 
 local:
 _Z*;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to