| 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
|
|
|