Bug 158326

Summary: Rename CheckedRadioButtons into RadioButtonGroups
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch for landing none

Description Benjamin Poulain 2016-06-02 16:12:55 PDT
Rename CheckedRadioButtons into RadioButtonGroups
Comment 1 Benjamin Poulain 2016-06-02 16:17:08 PDT
Created attachment 280381 [details]
Patch
Comment 2 Benjamin Poulain 2016-06-02 17:43:39 PDT
Created attachment 280392 [details]
Patch
Comment 3 Alex Christensen 2016-06-03 09:13:12 PDT
Comment on attachment 280392 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=280392&action=review

> Source/WebCore/dom/RadioButtonGroups.h:22
> +#ifndef RadioButtonGroups_h
> +#define RadioButtonGroups_h

#pragma once
Comment 4 Saam Barati 2016-06-03 09:56:40 PDT
(In reply to comment #3)
> Comment on attachment 280392 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=280392&action=review
> 
> > Source/WebCore/dom/RadioButtonGroups.h:22
> > +#ifndef RadioButtonGroups_h
> > +#define RadioButtonGroups_h
> 
> #pragma once

I thought we were running into issues with #pragma once
Am I mistaken or did we fix them somehow?
Comment 5 Benjamin Poulain 2016-06-03 14:12:47 PDT
Created attachment 280462 [details]
Patch for landing
Comment 6 WebKit Commit Bot 2016-06-03 14:35:30 PDT
Comment on attachment 280462 [details]
Patch for landing

Clearing flags on attachment: 280462

Committed r201659: <http://trac.webkit.org/changeset/201659>
Comment 7 WebKit Commit Bot 2016-06-03 14:35:34 PDT
All reviewed patches have been landed.  Closing bug.