[EFL][WK2] Build warning : fix warning about extended initializer lists on EWK2UnitTe...
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 11 Sep 2012 05:03:55 +0000 (05:03 +0000)
committerKrzysztof Wolanski <k.wolanski@samsung.com>
Mon, 8 Apr 2013 14:08:49 +0000 (16:08 +0200)
commit0595328f0e4e9321b25cc338bc945c382c0749dc
tree2df2a030ea802116d4baf89b09323687262e61eb
parent07844c654f7c775944e7a253b39ddd290f90c4dc
[EFL][WK2] Build warning : fix warning about extended initializer lists on EWK2UnitTestBase.cpp.
https://bugs.webkit.org/show_bug.cgi?id=95990

Patch by Byungwoo Lee <bw80.lee@samsung.com> on 2012-09-10
Reviewed by Gyuyoung Kim.

Fix build warning about extended initializer lists only available with
-std=c++0x or -std=gnu++0x.

* UIProcess/API/efl/tests/UnitTestUtils/EWK2UnitTestBase.cpp:
(EWK2UnitTest::ewk2UnitTestBrowserViewSmartClass):
(EWK2UnitTest):
(EWK2UnitTest::EWK2UnitTestBase::EWK2UnitTestBase):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@128145 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Conflicts:

Source/WebKit2/UIProcess/API/efl/tests/UnitTestUtils/EWK2UnitTestBase.cpp

Change-Id: I2366a936caa84412705ffd7e9f9f24cd706f9640
Source/WebKit2/ChangeLog
Source/WebKit2/UIProcess/API/efl/tests/UnitTestUtils/EWK2UnitTestBase.cpp