Verified Commit 8cd93211 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! Bug 40171: Make WebRequest and GeckoWebExecutor First-Party aware

Lint with android-format.
parent 4b20df89
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -49,9 +49,7 @@ public class WebRequest extends WebMessage {
  /** The value of the Referer header for this request. */
  public final @Nullable String referrer;

  /**
   * The value of the origin of this request.
   */
  /** The value of the origin of this request. */
  public final @Nullable String origin;

  @Retention(RetentionPolicy.SOURCE)