Title: [123213] trunk/Source/WebKit/efl
Revision
123213
Author
[email protected]
Date
2012-07-20 07:11:17 -0700 (Fri, 20 Jul 2012)

Log Message

[EFL] Fix build when protocol handler and custom scheme is disabled
https://bugs.webkit.org/show_bug.cgi?id=91840

Patch by Thiago Marcos P. Santos <[email protected]> on 2012-07-20
Reviewed by Kenneth Rohde Christiansen.

Fixed namespace closing bracket positioning.

* WebCoreSupport/RegisterProtocolHandlerClientEfl.cpp:
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebKit/efl/ChangeLog (123212 => 123213)


--- trunk/Source/WebKit/efl/ChangeLog	2012-07-20 14:05:08 UTC (rev 123212)
+++ trunk/Source/WebKit/efl/ChangeLog	2012-07-20 14:11:17 UTC (rev 123213)
@@ -1,3 +1,15 @@
+2012-07-20  Thiago Marcos P. Santos  <[email protected]>
+
+        [EFL] Fix build when protocol handler and custom scheme is disabled
+        https://bugs.webkit.org/show_bug.cgi?id=91840
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Fixed namespace closing bracket positioning.
+
+        * WebCoreSupport/RegisterProtocolHandlerClientEfl.cpp:
+        (WebCore):
+
 2012-07-20  Kihong Kwon  <[email protected]>
 
         [EFL] Check parameters of ewk APIs in ewk_security_origin

Modified: trunk/Source/WebKit/efl/WebCoreSupport/RegisterProtocolHandlerClientEfl.cpp (123212 => 123213)


--- trunk/Source/WebKit/efl/WebCoreSupport/RegisterProtocolHandlerClientEfl.cpp	2012-07-20 14:05:08 UTC (rev 123212)
+++ trunk/Source/WebKit/efl/WebCoreSupport/RegisterProtocolHandlerClientEfl.cpp	2012-07-20 14:11:17 UTC (rev 123213)
@@ -87,5 +87,6 @@
 }
 #endif
 
+}
+
 #endif // ENABLE(REGISTER_PROTOCOL_HANDLER) || ENABLE(CUSTOM_SCHEME_HANDLER)
-}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to