Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
8e60c08b
Unverified
Commit
8e60c08b
authored
Jun 26, 2021
by
Dan Field
Committed by
GitHub
Jun 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update stack_trace.dart (#85364)
parent
8251f552
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
stack_trace.dart
dev/integration_tests/web/lib/stack_trace.dart
+2
-1
No files found.
dev/integration_tests/web/lib/stack_trace.dart
View file @
8e60c08b
...
...
@@ -151,8 +151,9 @@ class StackFrameEquality implements Equality<StackFrame> {
e1
.
method
==
e2
.
method
;
}
// TODO(dnfield): This ignore shouldn't be necessary, see https://github.com/dart-lang/sdk/issues/46477
@override
int
hash
(
StackFrame
e
)
{
int
hash
(
StackFrame
e
)
{
// ignore: avoid_renaming_method_parameters
return
hashValues
(
e
.
number
,
e
.
packageScheme
,
e
.
package
,
e
.
packagePath
,
e
.
line
,
e
.
column
,
e
.
className
,
e
.
method
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment