Title: [238625] trunk/Source/WebKit
Revision
238625
Author
[email protected]
Date
2018-11-28 11:05:21 -0800 (Wed, 28 Nov 2018)

Log Message

Unreviewed, rolling out r238620.

Broke internal builds again.

Reverted changeset:

"Remove @no-unify of InjectedBundleRangeHandle.cpp and
InjectedBundleNodeHandle.cpp"
https://bugs.webkit.org/show_bug.cgi?id=191853
https://trac.webkit.org/changeset/238620

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (238624 => 238625)


--- trunk/Source/WebKit/ChangeLog	2018-11-28 18:56:15 UTC (rev 238624)
+++ trunk/Source/WebKit/ChangeLog	2018-11-28 19:05:21 UTC (rev 238625)
@@ -1,3 +1,16 @@
+2018-11-28  Ryan Haddad  <[email protected]>
+
+        Unreviewed, rolling out r238620.
+
+        Broke internal builds again.
+
+        Reverted changeset:
+
+        "Remove @no-unify of InjectedBundleRangeHandle.cpp and
+        InjectedBundleNodeHandle.cpp"
+        https://bugs.webkit.org/show_bug.cgi?id=191853
+        https://trac.webkit.org/changeset/238620
+
 2018-11-28  Yongjun Zhang  <[email protected]>
 
         Allow WebKit clients to specify a minimum effective width for layout.

Modified: trunk/Source/WebKit/Sources.txt (238624 => 238625)


--- trunk/Source/WebKit/Sources.txt	2018-11-28 18:56:15 UTC (rev 238624)
+++ trunk/Source/WebKit/Sources.txt	2018-11-28 19:05:21 UTC (rev 238625)
@@ -456,8 +456,8 @@
 WebProcess/InjectedBundle/API/c/WKBundleScriptWorld.cpp
 
 WebProcess/InjectedBundle/DOM/InjectedBundleCSSStyleDeclarationHandle.cpp
-WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp
-WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp
+WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp @no-unify
+WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp @no-unify
 
 WebProcess/MediaStream/MediaDeviceSandboxExtensions.cpp
 WebProcess/MediaStream/UserMediaPermissionRequestManager.cpp

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (238624 => 238625)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2018-11-28 18:56:15 UTC (rev 238624)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2018-11-28 19:05:21 UTC (rev 238625)
@@ -412,6 +412,8 @@
 		26F10BE819187E2E001D0E68 /* WKSyntheticClickTapGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 26F10BE619187E2E001D0E68 /* WKSyntheticClickTapGestureRecognizer.h */; };
 		26F10BE919187E2E001D0E68 /* WKSyntheticClickTapGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 26F10BE719187E2E001D0E68 /* WKSyntheticClickTapGestureRecognizer.m */; };
 		26F9A83B18A3468100AEB88A /* WKWebViewPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 26F9A83A18A3463F00AEB88A /* WKWebViewPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
+		2749F6442146561B008380BF /* InjectedBundleNodeHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4BEEAA120A0A5F00FBA0C7 /* InjectedBundleNodeHandle.cpp */; };
+		2749F6452146561E008380BF /* InjectedBundleRangeHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC33E0D012408E8600360F3F /* InjectedBundleRangeHandle.cpp */; };
 		290F4272172A0C7400939FF0 /* ChildProcessSupplement.h in Headers */ = {isa = PBXBuildFile; fileRef = 290F4271172A0C7400939FF0 /* ChildProcessSupplement.h */; };
 		29232DF418B29D6800D0596F /* WKAccessibilityWebPageObjectMac.h in Headers */ = {isa = PBXBuildFile; fileRef = 29232DF318B29D6800D0596F /* WKAccessibilityWebPageObjectMac.h */; };
 		293EBEAB1627D9C9005F89F1 /* WKDOMText.h in Headers */ = {isa = PBXBuildFile; fileRef = 293EBEA91627D9C9005F89F1 /* WKDOMText.h */; settings = {ATTRIBUTES = (Private, ); }; };
@@ -10735,6 +10737,8 @@
 				1A64230812DD09EB00CAAE2C /* DrawingAreaProxyMessageReceiver.cpp in Sources */,
 				2D92A780212B6A7100F493FD /* Encoder.cpp in Sources */,
 				1AA576021496B97900A4EE06 /* EventDispatcherMessageReceiver.cpp in Sources */,
+				2749F6442146561B008380BF /* InjectedBundleNodeHandle.cpp in Sources */,
+				2749F6452146561E008380BF /* InjectedBundleRangeHandle.cpp in Sources */,
 				2D913441212CF9F000128AFD /* JSNPMethod.cpp in Sources */,
 				2D913442212CF9F000128AFD /* JSNPObject.cpp in Sources */,
 				2984F588164BA095004BC0C6 /* LegacyCustomProtocolManagerMessageReceiver.cpp in Sources */,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to