Changeset 238625 in webkit


Ignore:
Timestamp:
Nov 28, 2018 11:05:21 AM (5 years ago)
Author:
Ryan Haddad
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

Location:
trunk/Source/WebKit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r238623 r238625  
     12018-11-28  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Unreviewed, rolling out r238620.
     4
     5        Broke internal builds again.
     6
     7        Reverted changeset:
     8
     9        "Remove @no-unify of InjectedBundleRangeHandle.cpp and
     10        InjectedBundleNodeHandle.cpp"
     11        https://bugs.webkit.org/show_bug.cgi?id=191853
     12        https://trac.webkit.org/changeset/238620
     13
    1142018-11-28  Yongjun Zhang  <yongjun_zhang@apple.com>
    215
  • trunk/Source/WebKit/Sources.txt

    r238620 r238625  
    457457
    458458WebProcess/InjectedBundle/DOM/InjectedBundleCSSStyleDeclarationHandle.cpp
    459 WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp
    460 WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp
     459WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp @no-unify
     460WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp @no-unify
    461461
    462462WebProcess/MediaStream/MediaDeviceSandboxExtensions.cpp
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r238620 r238625  
    413413                26F10BE919187E2E001D0E68 /* WKSyntheticClickTapGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 26F10BE719187E2E001D0E68 /* WKSyntheticClickTapGestureRecognizer.m */; };
    414414                26F9A83B18A3468100AEB88A /* WKWebViewPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 26F9A83A18A3463F00AEB88A /* WKWebViewPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
     415                2749F6442146561B008380BF /* InjectedBundleNodeHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4BEEAA120A0A5F00FBA0C7 /* InjectedBundleNodeHandle.cpp */; };
     416                2749F6452146561E008380BF /* InjectedBundleRangeHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC33E0D012408E8600360F3F /* InjectedBundleRangeHandle.cpp */; };
    415417                290F4272172A0C7400939FF0 /* ChildProcessSupplement.h in Headers */ = {isa = PBXBuildFile; fileRef = 290F4271172A0C7400939FF0 /* ChildProcessSupplement.h */; };
    416418                29232DF418B29D6800D0596F /* WKAccessibilityWebPageObjectMac.h in Headers */ = {isa = PBXBuildFile; fileRef = 29232DF318B29D6800D0596F /* WKAccessibilityWebPageObjectMac.h */; };
     
    1073610738                                2D92A780212B6A7100F493FD /* Encoder.cpp in Sources */,
    1073710739                                1AA576021496B97900A4EE06 /* EventDispatcherMessageReceiver.cpp in Sources */,
     10740                                2749F6442146561B008380BF /* InjectedBundleNodeHandle.cpp in Sources */,
     10741                                2749F6452146561E008380BF /* InjectedBundleRangeHandle.cpp in Sources */,
    1073810742                                2D913441212CF9F000128AFD /* JSNPMethod.cpp in Sources */,
    1073910743                                2D913442212CF9F000128AFD /* JSNPObject.cpp in Sources */,
Note: See TracChangeset for help on using the changeset viewer.