Skip to content

Commit

Permalink
Try to fix windows build.
Browse files Browse the repository at this point in the history
Patch by Antti Koivisto <antti@apple.com> on 2014-04-11

* platform/graphics/ca/GraphicsLayerCA.h:



Canonical link: https://commits.webkit.org/149619@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@167147 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
anttijk authored and brentfulgham committed Apr 11, 2014
1 parent 2426364 commit c896b5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Source/WebCore/ChangeLog
Expand Up @@ -4,6 +4,14 @@

* platform/graphics/ca/GraphicsLayerCA.h:

2014-04-11 Brent Fulgham <bfulgham@apple.com>

Unreviewed follow-up for r167145

* English.lproj/mediaControlsLocalizedStringsiOS.js:
(mediaControlsLocalizedStringsiOS): Use smart-quote in
message string.

2014-04-11 Brent Fulgham <bfulgham@apple.com>

Regression: media controls and status messages are no longer localized.
Expand Down
@@ -1,7 +1,7 @@
function mediaControlsLocalizedStringsiOS() {
return {
'##AIRPLAY_DEVICE_TYPE##': 'AirPlay',
'##AIRPLAY_DEVICE_NAME##': 'This video is playing on "##DEVICE_NAME##".',
'##AIRPLAY_DEVICE_NAME##': 'This video is playing on ##DEVICE_NAME##.',

'##TVOUT_DEVICE_TYPE##': 'TV Connected',
'##TVOUT_DEVICE_NAME##': 'This video is playing on the TV.',
Expand Down

0 comments on commit c896b5c

Please sign in to comment.