Title: [157657] trunk/Source
Revision
157657
Author
[email protected]
Date
2013-10-18 17:46:12 -0700 (Fri, 18 Oct 2013)

Log Message

Try to fix the Lion build.

Source/WebCore:

* bindings/objc/ObjCNodeFilterCondition.h:

Source/WebKit2:

* WebProcess/InjectedBundle/API/mac/WKWebProcessPlugIn.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (157656 => 157657)


--- trunk/Source/WebCore/ChangeLog	2013-10-19 00:09:28 UTC (rev 157656)
+++ trunk/Source/WebCore/ChangeLog	2013-10-19 00:46:12 UTC (rev 157657)
@@ -1,3 +1,9 @@
+2013-10-18  Anders Carlsson  <[email protected]>
+
+        Try to fix the Lion build.
+
+        * bindings/objc/ObjCNodeFilterCondition.h:
+
 2013-10-18  Daniel Bates  <[email protected]>
 
         [iOS] Upstream WebSafe{GCActivityCallback, IncrementalSweeper}IOS

Modified: trunk/Source/WebCore/bindings/objc/ObjCNodeFilterCondition.h (157656 => 157657)


--- trunk/Source/WebCore/bindings/objc/ObjCNodeFilterCondition.h	2013-10-19 00:09:28 UTC (rev 157656)
+++ trunk/Source/WebCore/bindings/objc/ObjCNodeFilterCondition.h	2013-10-19 00:46:12 UTC (rev 157657)
@@ -52,7 +52,7 @@
         {
         }
 
-        RetainPtr<id <DOMNodeFilter>> m_filter;
+        RetainPtr<id <DOMNodeFilter> > m_filter;
     };
 
 } // namespace WebCore

Modified: trunk/Source/WebKit2/ChangeLog (157656 => 157657)


--- trunk/Source/WebKit2/ChangeLog	2013-10-19 00:09:28 UTC (rev 157656)
+++ trunk/Source/WebKit2/ChangeLog	2013-10-19 00:46:12 UTC (rev 157657)
@@ -1,5 +1,11 @@
 2013-10-18  Anders Carlsson  <[email protected]>
 
+        Try to fix the Lion build.
+
+        * WebProcess/InjectedBundle/API/mac/WKWebProcessPlugIn.mm:
+
+2013-10-18  Anders Carlsson  <[email protected]>
+
         Remove spaces between template angle brackets
         https://bugs.webkit.org/show_bug.cgi?id=123040
 

Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/mac/WKWebProcessPlugIn.mm (157656 => 157657)


--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/mac/WKWebProcessPlugIn.mm	2013-10-19 00:09:28 UTC (rev 157656)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/mac/WKWebProcessPlugIn.mm	2013-10-19 00:46:12 UTC (rev 157657)
@@ -42,7 +42,7 @@
 typedef HashMap<WKBundlePageRef, RetainPtr<WKWebProcessPlugInBrowserContextController *>> BundlePageWrapperCache;
 
 @interface WKWebProcessPlugInController () {
-    RetainPtr<id <WKWebProcessPlugIn>> _principalClassInstance;
+    RetainPtr<id <WKWebProcessPlugIn> > _principalClassInstance;
     WKRetainPtr<WKBundleRef> _bundleRef;
     BundlePageWrapperCache _bundlePageWrapperCache;
     RetainPtr<WKConnection *> _connectionWrapper;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to