| Index: third_party/WebKit/Source/core/css/StylePropertySerializer.h
|
| diff --git a/third_party/WebKit/Source/core/css/StylePropertySerializer.h b/third_party/WebKit/Source/core/css/StylePropertySerializer.h
|
| index 77b10cf7189ff638e91382f81a24504c0a6b4b34..454ddd5a6b9b75c8d8f3bb975ce753c481ec860d 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySerializer.h
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.h
|
| @@ -19,14 +19,14 @@
|
| * along with this library; see the file COPYING.LIB. If not, write to
|
| * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
| * Boston, MA 02110-1301, USA.
|
| -*/
|
| + */
|
|
|
| #ifndef StylePropertySerializer_h
|
| #define StylePropertySerializer_h
|
|
|
| +#include <bitset>
|
| #include "core/css/CSSValueList.h"
|
| #include "core/css/StylePropertySet.h"
|
| -#include <bitset>
|
|
|
| namespace blink {
|
|
|
|
|