Title: [204001] trunk/Source
Revision
204001
Author
[email protected]
Date
2016-08-01 17:11:55 -0700 (Mon, 01 Aug 2016)

Log Message

Source/WebCore:
Build fix.

* WebCore.xcodeproj/project.pbxproj:

Source/WebKit/mac:
Bring back a file - it needs to be copied by WebCore.

* MigrateHeaders.make:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (204000 => 204001)


--- trunk/Source/WebCore/ChangeLog	2016-08-01 23:51:52 UTC (rev 204000)
+++ trunk/Source/WebCore/ChangeLog	2016-08-02 00:11:55 UTC (rev 204001)
@@ -1,5 +1,11 @@
 2016-08-01  Anders Carlsson  <[email protected]>
 
+        Build fix.
+
+        * WebCore.xcodeproj/project.pbxproj:
+
+2016-08-01  Anders Carlsson  <[email protected]>
+
         Another build fix.
 
         * WebCore.xcodeproj/project.pbxproj:

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (204000 => 204001)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2016-08-01 23:51:52 UTC (rev 204000)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2016-08-02 00:11:55 UTC (rev 204001)
@@ -1337,10 +1337,10 @@
 		2DEC66531C82D02E0099846A /* DOMHTMLVideoElement.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2DEC664C1C82CFBF0099846A /* DOMHTMLVideoElement.mm */; };
 		2DEC66551C82D0410099846A /* DOMHTMLMediaElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEC664E1C82CFF60099846A /* DOMHTMLMediaElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		2DEC66561C82D0440099846A /* DOMHTMLMediaElement.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2DEC664F1C82CFF60099846A /* DOMHTMLMediaElement.mm */; };
-		2DEC66721C83F2AF0099846A /* DOMTimeRanges.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEC666F1C83F2AF0099846A /* DOMTimeRanges.h */; };
+		2DEC66721C83F2AF0099846A /* DOMTimeRanges.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEC666F1C83F2AF0099846A /* DOMTimeRanges.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		2DEC66731C83F2AF0099846A /* DOMTimeRanges.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2DEC66701C83F2AF0099846A /* DOMTimeRanges.mm */; };
 		2DEC66741C83F2AF0099846A /* DOMTimeRangesInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEC66711C83F2AF0099846A /* DOMTimeRangesInternal.h */; };
-		2DEC66781C8403C30099846A /* DOMMediaError.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEC66751C8403C30099846A /* DOMMediaError.h */; };
+		2DEC66781C8403C30099846A /* DOMMediaError.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEC66751C8403C30099846A /* DOMMediaError.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		2DEC66791C8403C30099846A /* DOMMediaError.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2DEC66761C8403C30099846A /* DOMMediaError.mm */; };
 		2DEC667A1C8403C30099846A /* DOMMediaErrorInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEC66771C8403C30099846A /* DOMMediaErrorInternal.h */; };
 		2E0888D41148848A00AF4265 /* JSDOMFormData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E0888D21148848A00AF4265 /* JSDOMFormData.cpp */; };

Modified: trunk/Source/WebKit/mac/ChangeLog (204000 => 204001)


--- trunk/Source/WebKit/mac/ChangeLog	2016-08-01 23:51:52 UTC (rev 204000)
+++ trunk/Source/WebKit/mac/ChangeLog	2016-08-02 00:11:55 UTC (rev 204001)
@@ -1,5 +1,11 @@
 2016-08-01  Anders Carlsson  <[email protected]>
 
+        Bring back a file - it needs to be copied by WebCore.
+
+        * MigrateHeaders.make:
+
+2016-08-01  Anders Carlsson  <[email protected]>
+
         Remove another file.
 
         * MigrateHeaders.make:

Modified: trunk/Source/WebKit/mac/MigrateHeaders.make (204000 => 204001)


--- trunk/Source/WebKit/mac/MigrateHeaders.make	2016-08-01 23:51:52 UTC (rev 204000)
+++ trunk/Source/WebKit/mac/MigrateHeaders.make	2016-08-02 00:11:55 UTC (rev 204001)
@@ -146,6 +146,7 @@
     $(PRIVATE_HEADERS_DIR)/DOMHTMLVideoElement.h \
     $(PRIVATE_HEADERS_DIR)/DOMImplementation.h \
     $(PRIVATE_HEADERS_DIR)/DOMKeyboardEvent.h \
+    $(PRIVATE_HEADERS_DIR)/DOMMediaError.h \
     $(PRIVATE_HEADERS_DIR)/DOMMediaList.h \
     $(PRIVATE_HEADERS_DIR)/DOMMouseEvent.h \
     $(PRIVATE_HEADERS_DIR)/DOMMutationEvent.h \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to