summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/bindings/core/v8/native_value_traits_impl_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/bindings/core/v8/native_value_traits_impl_test.cc')
-rw-r--r--chromium/third_party/blink/renderer/bindings/core/v8/native_value_traits_impl_test.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/chromium/third_party/blink/renderer/bindings/core/v8/native_value_traits_impl_test.cc b/chromium/third_party/blink/renderer/bindings/core/v8/native_value_traits_impl_test.cc
index 7ea955c253d..7281eab8e0d 100644
--- a/chromium/third_party/blink/renderer/bindings/core/v8/native_value_traits_impl_test.cc
+++ b/chromium/third_party/blink/renderer/bindings/core/v8/native_value_traits_impl_test.cc
@@ -46,17 +46,6 @@ TEST(NativeValueTraitsImplTest, IDLInterface) {
EXPECT_EQ(nullptr, internals);
}
-TEST(NativeValueTraitsImplTest, IDLCallbackFunction) {
- V8TestingScope scope;
- DummyExceptionStateForTesting exception_state;
- v8::Local<v8::Function> function =
- v8::Function::New(scope.GetContext(), nullptr).ToLocalChecked();
- ASSERT_DEATH_IF_SUPPORTED(
- NativeValueTraits<V8TestSequenceCallback>::NativeValue(
- scope.GetIsolate(), function, exception_state),
- "");
-}
-
TEST(NativeValueTraitsImplTest, IDLRecord) {
V8TestingScope scope;
{