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

Unified Diff: third_party/WebKit/Source/core/css/PropertyRegistration.h

Issue 2405153002: Remove CSS.unregisterProperty as the WG resolved to remove it for now (Closed)
Patch Set: Created 4 years, 2 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/css/PropertyRegistration.h
diff --git a/third_party/WebKit/Source/core/css/PropertyRegistration.h b/third_party/WebKit/Source/core/css/PropertyRegistration.h
index d3874b3b84836bdea28346520336bad1b94aa11f..911764345dab4f5316ddc279b136b14be61d9498 100644
--- a/third_party/WebKit/Source/core/css/PropertyRegistration.h
+++ b/third_party/WebKit/Source/core/css/PropertyRegistration.h
@@ -21,9 +21,6 @@ class PropertyRegistration {
static void registerProperty(ExecutionContext*,
const PropertyDescriptor&,
ExceptionState&);
- static void unregisterProperty(ExecutionContext*,
- const String&,
- ExceptionState&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698