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

Unified Diff: ios/third_party/blink/src/html_token.mm

Issue 1544743002: Switch to standard integer types in ios/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/third_party/blink/src/html_token.h ('k') | ios/third_party/blink/src/html_tokenizer_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/third_party/blink/src/html_token.mm
diff --git a/ios/third_party/blink/src/html_token.mm b/ios/third_party/blink/src/html_token.mm
index f05f24ef462b7802d8c457fc48d3f04599aafdfe..50f7e4b29b97490a5d84da1c409470075e4eaf31 100644
--- a/ios/third_party/blink/src/html_token.mm
+++ b/ios/third_party/blink/src/html_token.mm
@@ -23,6 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <stddef.h>
+
#include "ios/third_party/blink/src/html_token.h"
namespace {
« no previous file with comments | « ios/third_party/blink/src/html_token.h ('k') | ios/third_party/blink/src/html_tokenizer_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698