Fix the issue that duration is not updated.
authoreojin.ham <eojin.ham@samsung.com>
Fri, 19 Jul 2013 10:50:41 +0000 (19:50 +0900)
committereojin.ham <eojin.ham@samsung.com>
Fri, 19 Jul 2013 10:50:41 +0000 (19:50 +0900)
commit3aadfb8f384722b3a09256451f96885f7cbbc7e2
tree63b24c4602ea443a8772ee85eb0622cfe210214c
parentfe2d02d452026a5fa6d3a812cd5cd7c3d8a37939
Fix the issue that duration is not updated.

[Title] Fix the issue that duration is not updated.
[Problem] N_SE-46482
          Duration is not updated when repeating enter and exit page has specific audio tag.
[Cause] Source of <audio> is Video file.
        And it wasn't suspended when exit page. Because it is audio tag and this app support background mode.
[Solution] Suspend <audio> element if it has video source.

Change-Id: Iba615fa0a007eac5d2ba01cb1d4e91a28fd22c84
Source/WebCore/html/HTMLMediaElement.cpp