Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: third_party/WebKit/Source/wtf/Forward.h

Issue 2742573005: Avoid to include IDL-generated headers from EventTarget.h and Node.h (Closed)
Patch Set: . Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/web/tests/RootScrollerTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2009, 2011 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2009, 2011 Apple Inc. All rights reserved.
3 * 3 *
4 * This library is free software; you can redistribute it and/or 4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Library General Public 5 * modify it under the terms of the GNU Library General Public
6 * License as published by the Free Software Foundation; either 6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version. 7 * version 2 of the License, or (at your option) any later version.
8 * 8 *
9 * This library is distributed in the hope that it will be useful, 9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 27 matching lines...) Expand all
38 class ArrayBuffer; 38 class ArrayBuffer;
39 class ArrayBufferView; 39 class ArrayBufferView;
40 class ArrayPiece; 40 class ArrayPiece;
41 class AtomicString; 41 class AtomicString;
42 class CString; 42 class CString;
43 class Float32Array; 43 class Float32Array;
44 class Float64Array; 44 class Float64Array;
45 class Int8Array; 45 class Int8Array;
46 class Int16Array; 46 class Int16Array;
47 class Int32Array; 47 class Int32Array;
48 class OrdinalNumber;
48 class String; 49 class String;
49 class StringBuilder; 50 class StringBuilder;
50 class StringImpl; 51 class StringImpl;
51 class StringView; 52 class StringView;
52 class Uint8Array; 53 class Uint8Array;
53 class Uint8ClampedArray; 54 class Uint8ClampedArray;
54 class Uint16Array; 55 class Uint16Array;
55 class Uint32Array; 56 class Uint32Array;
56 57
57 } // namespace WTF 58 } // namespace WTF
(...skipping 16 matching lines...) Expand all
74 using WTF::StringBuffer; 75 using WTF::StringBuffer;
75 using WTF::StringBuilder; 76 using WTF::StringBuilder;
76 using WTF::StringImpl; 77 using WTF::StringImpl;
77 using WTF::StringView; 78 using WTF::StringView;
78 using WTF::Uint8Array; 79 using WTF::Uint8Array;
79 using WTF::Uint8ClampedArray; 80 using WTF::Uint8ClampedArray;
80 using WTF::Uint16Array; 81 using WTF::Uint16Array;
81 using WTF::Uint32Array; 82 using WTF::Uint32Array;
82 83
83 #endif // WTF_Forward_h 84 #endif // WTF_Forward_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/RootScrollerTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698