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

Unified Diff: third_party/WebKit/Source/core/dom/custom/V0CustomElementException.h

Issue 1914923002: Rename all existing custom element classes as V0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CustomElementV0 -> V0CustomElement Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementException.h
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementException.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementException.h
similarity index 92%
rename from third_party/WebKit/Source/core/dom/custom/CustomElementException.h
rename to third_party/WebKit/Source/core/dom/custom/V0CustomElementException.h
index f3fd3fe7acd350eaf8ea438d236f464cd45061cd..41b3bb03e9986ad451f31fa01e757d29fac4e0b8 100644
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementException.h
+++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementException.h
@@ -28,8 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef CustomElementException_h
-#define CustomElementException_h
+#ifndef V0CustomElementException_h
+#define V0CustomElementException_h
#include "wtf/Allocator.h"
#include "wtf/text/AtomicString.h"
@@ -39,8 +39,8 @@ namespace blink {
class ExceptionState;
-class CustomElementException {
- STATIC_ONLY(CustomElementException);
+class V0CustomElementException {
+ STATIC_ONLY(V0CustomElementException);
public:
enum Reason {
CannotRegisterFromExtension,
@@ -63,4 +63,4 @@ private:
} // namespace blink
-#endif // CustomElementException_h
+#endif // V0CustomElementException_h

Powered by Google App Engine
This is Rietveld 408576698