forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GTK] MediaControlsGtk: fix warning in constructor due to incorrect o…
…rder of attributes https://bugs.webkit.org/show_bug.cgi?id=120703 Reviewed by Carlos Garcia Campos. Fix member initialization so it matches their declaration [-Wreorder]. * html/shadow/MediaControlsGtk.cpp: (WebCore::MediaControlsGtk::MediaControlsGtk): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@155102 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
01c8755
commit 7810564
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2013-09-05 Alberto Garcia <[email protected]> | ||
|
||
[GTK] MediaControlsGtk: fix warning in constructor due to incorrect order of attributes | ||
https://bugs.webkit.org/show_bug.cgi?id=120703 | ||
|
||
Reviewed by Carlos Garcia Campos. | ||
|
||
Fix member initialization so it matches their declaration [-Wreorder]. | ||
|
||
* html/shadow/MediaControlsGtk.cpp: | ||
(WebCore::MediaControlsGtk::MediaControlsGtk): | ||
|
||
2013-09-04 Dirk Schulze <[email protected]> | ||
|
||
Support interpolation between cross-fade() images | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters