Index: Source/core/css/resolver/StyleBuilderCustom.cpp |
diff --git a/Source/core/css/resolver/StyleBuilderCustom.cpp b/Source/core/css/resolver/StyleBuilderCustom.cpp |
index 105bd34f22734c110d9ad62f5f6fbe1d2275172f..2c61ec7d5c8227d5745783d790fdb89effefb4b8 100644 |
--- a/Source/core/css/resolver/StyleBuilderCustom.cpp |
+++ b/Source/core/css/resolver/StyleBuilderCustom.cpp |
@@ -1178,20 +1178,6 @@ void StyleBuilderFunctions::applyValueCSSPropertyPerspective(StyleResolverState& |
state.style()->setPerspective(perspectiveValue); |
} |
-void StyleBuilderFunctions::applyInitialCSSPropertyInternalCallback(StyleResolverState& state) |
-{ |
-} |
- |
-void StyleBuilderFunctions::applyInheritCSSPropertyInternalCallback(StyleResolverState& state) |
-{ |
-} |
- |
-void StyleBuilderFunctions::applyValueCSSPropertyInternalCallback(StyleResolverState& state, CSSValue* value) |
-{ |
- if (value->isPrimitiveValue() && toCSSPrimitiveValue(value)->getValueID() == CSSValueInternalPresence) |
- state.style()->addCallbackSelector(state.currentRule()->selectorList().selectorsText()); |
-} |
- |
void StyleBuilderFunctions::applyValueCSSPropertyWebkitWritingMode(StyleResolverState& state, CSSValue* value) |
{ |
if (value->isPrimitiveValue()) |