From 0e2158bb364bf2a15c750eb213d8a15b19c7cff1 Mon Sep 17 00:00:00 2001 From: Daniel Varga Date: Fri, 9 Aug 2019 03:00:17 +0300 Subject: [PATCH] Bug 1571063 - Removing comment lines, part of 8017e6d5cbb6. Relanded with the correct bug number on a CLOSED TREE DONTBUILD --HG-- extra : source : 5a02186b16a593aac36cd6474dff7cb580716cfb extra : histedit_source : 565bf23781e84ad7ee704e2be3f3b2c49d719f05 --- docshell/base/BrowsingContextFieldList.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/docshell/base/BrowsingContextFieldList.h b/docshell/base/BrowsingContextFieldList.h index 632df053d38a..4c8dc29b86e1 100644 --- a/docshell/base/BrowsingContextFieldList.h +++ b/docshell/base/BrowsingContextFieldList.h @@ -7,9 +7,6 @@ // Fields are, by default, settable by any process and readable by any process. // Racy sets will be resolved as-if they occurred in the order the parent // process finds out about them. -// By defualt, synced fields may only be set by the currently active process, -// however a field can be marked as `MOZ_BC_FIELD_RACY` to relax this -// restriction, and allow it to be set from any process. // // Process restrictions on racy fields may be added in `WillSet{name}` // validators.