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

Side by Side Diff: third_party/WebKit/Source/core/css/parser/CSSParserMode.h

Issue 1627713002: Add more missing closing namespace comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved. 2 * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved.
3 * Copyright (C) 2012 Apple Inc. All rights reserved. 3 * Copyright (C) 2012 Apple Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above 9 * 1. Redistributions of source code must retain the above
10 * copyright notice, this list of conditions and the following 10 * copyright notice, this list of conditions and the following
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 Referrer m_referrer; 130 Referrer m_referrer;
131 bool m_isHTMLDocument; 131 bool m_isHTMLDocument;
132 bool m_useLegacyBackgroundSizeShorthandBehavior; 132 bool m_useLegacyBackgroundSizeShorthandBehavior;
133 ContentSecurityPolicyDisposition m_shouldCheckContentSecurityPolicy; 133 ContentSecurityPolicyDisposition m_shouldCheckContentSecurityPolicy;
134 134
135 UseCounter* m_useCounter; 135 UseCounter* m_useCounter;
136 }; 136 };
137 137
138 CORE_EXPORT const CSSParserContext& strictCSSParserContext(); 138 CORE_EXPORT const CSSParserContext& strictCSSParserContext();
139 139
140 }; 140 } // namespace blink;
141 141
142 #endif // CSSParserMode_h 142 #endif // CSSParserMode_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698