Removing a duplication code 61/5761/1
authorJosé Bollo <jose.bollo@eurogiciel.fr>
Tue, 16 Jul 2013 15:26:57 +0000 (17:26 +0200)
committerJosé Bollo <jose.bollo@eurogiciel.fr>
Tue, 16 Jul 2013 15:28:22 +0000 (17:28 +0200)
Source/WebKit2/WebProcess/WebPage/WebPage.cpp
packaging/webkit2-efl.changes

index d694d4a..3268691 100755 (executable)
@@ -355,9 +355,6 @@ WebPage::WebPage(uint64_t pageID, const WebPageCreationParameters& parameters)
 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
     WebCore::provideNotification(m_page.get(), new WebNotificationClient(this));
 #endif
-#if ENABLE(VIBRATION)
-    WebCore::provideVibrationTo(m_page.get(), new WebVibrationClient(this));
-#endif
 
 #if ENABLE(VIBRATION)
     WebCore::provideVibrationTo(m_page.get(), new WebVibrationClient(this));
index 165d98e..0c9324f 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Jul 16 2013 José Bollo <jose.bollo@eurogiciel.fr> submit/tizen/20130715.232916@8f57833
+- Minor improvement by eradicating code duplication.
+
 * Mon Jul 15 2013 Rusty Lynch <rusty.lynch@intel.com> accepted/tizen/20130710.221134@a584a36
 - Set a file containing certificates for recognized SSL Certificate Authorities.
 - Bug fix building issue for WebProcess, MiniBrowser, PLUGIN_PROCESS and dependency issue