[webkit-changes] [WebKit/WebKit] c2a254: [WGSL] SourceSpan operator== signature is incorrect

Dan Glastonbury noreply at github.com
Mon Sep 26 16:10:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c2a2543ba247f84808fc2848867051a4cc710c88
      https://github.com/WebKit/WebKit/commit/c2a2543ba247f84808fc2848867051a4cc710c88
  Author: Dan Glastonbury <djg at apple.com>
  Date:   2022-09-26 (Mon, 26 Sep 2022)

  Changed paths:
    M Source/WebGPU/WGSL/SourceSpan.h

  Log Message:
  -----------
  [WGSL] SourceSpan operator== signature is incorrect
https://bugs.webkit.org/show_bug.cgi?id=245659
rdar://problem/100401133

Reviewed by Yusuke Suzuki.

The signature of SourceSpan::operator== is missing a const specifier.  Took the
opportunity to refactor SourceSpan constructors to reduce repetition.

* Source/WebGPU/WGSL/SourceSpan.h:

Canonical link: https://commits.webkit.org/254881@main




More information about the webkit-changes mailing list