<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>315255</bug_id>
          
          <creation_ts>2026-05-20 20:10:18 -0700</creation_ts>
          <short_desc>InspectorIdentifierRegistry.h public header has double-quoted includes that break WebCore module verifier on iOS internal SDK</short_desc>
          <delta_ts>2026-05-20 20:38:29 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Web Inspector</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Blaze Burg">bburg</reporter>
          <assigned_to name="Blaze Burg">bburg</assigned_to>
          <cc>inspector-bugzilla-changes</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2212792</commentid>
    <comment_count>0</comment_count>
    <who name="Blaze Burg">bburg</who>
    <bug_when>2026-05-20 20:10:18 -0700</bug_when>
    <thetext>Source/WebCore/inspector/InspectorIdentifierRegistry.h has four double-quoted #includes:

    #include &quot;FrameIdentifier.h&quot;
    #include &quot;ProcessIdentifier.h&quot;
    #include &quot;ResourceLoaderIdentifier.h&quot;
    #include &quot;ScriptExecutionContextIdentifier.h&quot;

This is invalid in a framework public header. When WebCore_Private is built against the iOS internal SDK, the WebCore module verifier fails with:

    Double-quoted include &quot;ProcessIdentifier.h&quot; in framework header, expected angle-bracketed instead
    InspectorIdentifierRegistry.h:29
    Error
    Could not build module &apos;WebCore_Private&apos;
    (... and the same for FrameIdentifier.h:28, ResourceLoaderIdentifier.h:30, ScriptExecutionContextIdentifier.h:31)

The module verifier is currently iOS-only (per Richard Robinson), and Open Source EWS does not run it, so the header has shipped on main with the bad includes since b/310162 created it. Surfaced today via commits.webkit.org/311409@main breaking the iOS internal SDK build.

Fix: change the four lines to &lt;WebCore/X.h&gt; form, sorted with the other angle-bracketed framework includes. Patch ready on eng/bburg/fix-inspector-identifier-registry-public-header-includes; will go up as a PR after iOS device debug build verifies module verifier passes locally.

Reported by Richard Robinson on Slack.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2212793</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2026-05-20 20:10:24 -0700</bug_when>
    <thetext>&lt;rdar://problem/177584900&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2212794</commentid>
    <comment_count>2</comment_count>
    <who name="Blaze Burg">bburg</who>
    <bug_when>2026-05-20 20:25:22 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/65359</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2212799</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2026-05-20 20:38:27 -0700</bug_when>
    <thetext>Committed 313634@main (2e2ba4310c12): &lt;https://commits.webkit.org/313634@main&gt;

Reviewed commits have been landed. Closing PR #65359 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>